Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'lib/ethereum/core_ext/object/truth.rb', line 38

def false?
  true
end