Module: RubySMB::NTLM::Custom::StringEncoder

Defined in:
lib/ruby_smb/ntlm/custom/string_encoder.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



8
9
10
# File 'lib/ruby_smb/ntlm/custom/string_encoder.rb', line 8

def self.prepended(base)
  base.singleton_class.send(:prepend, ClassMethods)
end