Method: Calldata::Blob#initialize

Defined in:
lib/calldata/parser.rb

#initialize(blob, type) ⇒ Blob

Returns a new instance of Blob.



72
73
74
75
# File 'lib/calldata/parser.rb', line 72

def initialize( blob, type )
   @blob = blob
   @type = type   ## parse type (split off parameter and such - why? why not?)

end