Method: ABI::Type.parse

Defined in:
lib/abicoder/types.rb

.parse(type) ⇒ Object

convenience helper



12
13
14
# File 'lib/abicoder/types.rb', line 12

def self.parse( type )   ## convenience helper
  Parser.parse( type )
end