Class: Symbol
Instance Method Summary collapse
- #to_bool ⇒ Object (also: #to_boolean)
Instance Method Details
#to_bool ⇒ Object Also known as: to_boolean
35 36 37 |
# File 'lib/to_bool.rb', line 35 def to_bool self.downcase == :true end |