Class: AbiCoderRb::Bool
Instance Method Summary collapse
Methods inherited from Type
Instance Method Details
#==(other) ⇒ Object
113 114 115 |
# File 'lib/abi_coder_rb/type/types.rb', line 113 def ==(other) other.is_a?(Bool) end |
#format ⇒ Object
109 110 111 |
# File 'lib/abi_coder_rb/type/types.rb', line 109 def format "bool" end |
#size ⇒ Object
105 106 107 |
# File 'lib/abi_coder_rb/type/types.rb', line 105 def size 32 end |