Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/doing/helpers.rb
Instance Method Summary collapse
Instance Method Details
#normalize_bool ⇒ Object
188 189 190 |
# File 'lib/doing/helpers.rb', line 188 def normalize_bool to_s.normalize_bool end |
#normalize_bool! ⇒ Object
184 185 186 |
# File 'lib/doing/helpers.rb', line 184 def normalize_bool! replace normalize_bool end |