module SecurizeString::BinaryStringDataMethods
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.
Public Class Methods
included(mod)
click to toggle source
# File lib/securize_string/binary_string_data_methods.rb, line 8 def self.included(mod) mod.send(:extend, ClassMethods) mod.send(:include, InstanceMethods) end