Adding utf-8 encoding headers to all lib files.

master
Austin Ziegler 2011-03-17 21:51:52 -04:00
parent 2d098d41c6
commit fedd290adf
17 changed files with 17 additions and 1 deletions

View File

@ -1 +1,2 @@
# -*- ruby encoding: utf-8 -*-
require 'net/ldap' require 'net/ldap'

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
module Net # :nodoc: module Net # :nodoc:
## ##
# == Basic Encoding Rules (BER) Support Module # == Basic Encoding Rules (BER) Support Module

View File

@ -1,6 +1,6 @@
# -*- ruby encoding: utf-8 -*-
require 'stringio' require 'stringio'
##
# Implements Basic Encoding Rules parsing to be mixed into types as needed. # Implements Basic Encoding Rules parsing to be mixed into types as needed.
module Net::BER::BERParser module Net::BER::BERParser
primitive = { primitive = {

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'net/ber/ber_parser' require 'net/ber/ber_parser'
# :stopdoc: # :stopdoc:
class IO class IO

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# BER extensions to the Array class. # BER extensions to the Array class.
module Net::BER::Extensions::Array module Net::BER::Extensions::Array

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# BER extensions to the Bignum class. # BER extensions to the Bignum class.
module Net::BER::Extensions::Bignum module Net::BER::Extensions::Bignum

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# BER extensions to +false+. # BER extensions to +false+.
module Net::BER::Extensions::FalseClass module Net::BER::Extensions::FalseClass

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# Ber extensions to the Fixnum class. # Ber extensions to the Fixnum class.
module Net::BER::Extensions::Fixnum module Net::BER::Extensions::Fixnum

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'stringio' require 'stringio'
## ##

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# BER extensions to +true+. # BER extensions to +true+.
module Net::BER::Extensions::TrueClass module Net::BER::Extensions::TrueClass

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'ostruct' require 'ostruct'
module Net # :nodoc: module Net # :nodoc:

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# An LDAP Dataset. Used primarily as an intermediate format for converting # An LDAP Dataset. Used primarily as an intermediate format for converting
# to and from LDIF strings and Net::LDAP::Entry objects. # to and from LDIF strings and Net::LDAP::Entry objects.

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
## ##
# Objects of this class represent individual entries in an LDAP directory. # Objects of this class represent individual entries in an LDAP directory.
# User code generally does not instantiate this class. Net::LDAP#search # User code generally does not instantiate this class. Net::LDAP#search

View File

@ -1,4 +1,5 @@
# -*- ruby encoding: utf-8 -*- # -*- ruby encoding: utf-8 -*-
# -*- ruby encoding: utf-8 -*-
## ##
# Class Net::LDAP::Filter is used to constrain LDAP searches. An object of # Class Net::LDAP::Filter is used to constrain LDAP searches. An object of

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'digest/sha1' require 'digest/sha1'
require 'digest/md5' require 'digest/md5'

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'ostruct' require 'ostruct'
## ##

View File

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
# :stopdoc: # :stopdoc:
module Net module Net
class SNMP class SNMP