Module: Blockchainable::ClassMethods

Defined in:
lib/blockchainable.rb

Overview

Adding class methods

Instance Method Summary collapse

Instance Method Details

#hash_data(*args) ⇒ Object



31
32
33
34
35
# File 'lib/blockchainable.rb', line 31

def hash_data(*args)
  define_method :data_to_hash do
    args
  end
end