Class: String

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

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/ethereum/core_ext/object/truth.rb', line 20

def false?
  empty?
end