Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/lightcore.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
59 60 61 |
# File 'lib/lightcore.rb', line 59 def to_b !["f", "false"].include?(downcase) end |