Adding utf-8 encoding headers to all lib files.
This commit is contained in:
parent
2d098d41c6
commit
fedd290adf
|
@ -1 +1,2 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'net/ldap'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
module Net # :nodoc:
|
||||
##
|
||||
# == Basic Encoding Rules (BER) Support Module
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'stringio'
|
||||
|
||||
##
|
||||
# Implements Basic Encoding Rules parsing to be mixed into types as needed.
|
||||
module Net::BER::BERParser
|
||||
primitive = {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'net/ber/ber_parser'
|
||||
# :stopdoc:
|
||||
class IO
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# BER extensions to the Array class.
|
||||
module Net::BER::Extensions::Array
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# BER extensions to the Bignum class.
|
||||
module Net::BER::Extensions::Bignum
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# BER extensions to +false+.
|
||||
module Net::BER::Extensions::FalseClass
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# Ber extensions to the Fixnum class.
|
||||
module Net::BER::Extensions::Fixnum
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'stringio'
|
||||
|
||||
##
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# BER extensions to +true+.
|
||||
module Net::BER::Extensions::TrueClass
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'ostruct'
|
||||
|
||||
module Net # :nodoc:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# An LDAP Dataset. Used primarily as an intermediate format for converting
|
||||
# to and from LDIF strings and Net::LDAP::Entry objects.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
##
|
||||
# Objects of this class represent individual entries in an LDAP directory.
|
||||
# User code generally does not instantiate this class. Net::LDAP#search
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
# -*- ruby encoding: utf-8 -*-
|
||||
|
||||
##
|
||||
# Class Net::LDAP::Filter is used to constrain LDAP searches. An object of
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'digest/sha1'
|
||||
require 'digest/md5'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
require 'ostruct'
|
||||
|
||||
##
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- ruby encoding: utf-8 -*-
|
||||
# :stopdoc:
|
||||
module Net
|
||||
class SNMP
|
||||
|
|
Loading…
Reference in a new issue