Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/lightcore.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject



59
60
61
# File 'lib/lightcore.rb', line 59

def to_b
  !["f", "false"].include?(downcase)
end