Module: SecurizeString::BinaryStringDataMethods

Defined in:
lib/securize_string/binary_string_data_methods.rb

Overview

Adds base methods that help in interpreting the binary data represented by the String value of an object. See BinaryStringDataMethods::ClassMethods and BinaryStringDataMethods::InstanceMethods for more deatils.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



8
9
10
11
# File 'lib/securize_string/binary_string_data_methods.rb', line 8

def self.included(mod)
  mod.send(:extend, ClassMethods)
  mod.send(:include, InstanceMethods)
end