Class: ABI::String

Inherits:
Type
  • Object
show all
Defined in:
lib/abicoder/types.rb

Overview

class Bool

Instance Method Summary collapse

Methods inherited from Type

#dynamic?, parse

Instance Method Details

#==(another_type) ⇒ Object



97
# File 'lib/abicoder/types.rb', line 97

def ==(another_type)  another_type.kind_of?( String ); end

#formatObject



96
# File 'lib/abicoder/types.rb', line 96

def format() 'string'; end

#sizeObject

note: dynamic (not known at compile-time)



95
# File 'lib/abicoder/types.rb', line 95

def size() nil; end