Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/doing/helpers.rb
Instance Method Summary collapse
Instance Method Details
#normalize_bool ⇒ Object
118 119 120 |
# File 'lib/doing/helpers.rb', line 118 def normalize_bool to_s.normalize_bool end |
#normalize_bool! ⇒ Object
114 115 116 |
# File 'lib/doing/helpers.rb', line 114 def normalize_bool! replace normalize_bool end |