Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/pineapples/templates/lib/extensions/to_boolean.rb
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
9 10 11 12 |
# File 'lib/pineapples/templates/lib/extensions/to_boolean.rb', line 9 def to_bool truthy = [:true, :t, :yes, :y] truthy.include?(self) end |