Class: TrueClass

Inherits:
Object show all
Defined in:
lib/ethereum/core_ext/object/truth.rb

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:

  • (Boolean)


32
33
34
# File 'lib/ethereum/core_ext/object/truth.rb', line 32

def false?
  false
end