Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/doing/helpers.rb

Instance Method Summary collapse

Instance Method Details

#normalize_bool ⇒ Object



117
118
119
# File 'lib/doing/helpers.rb', line 117

def normalize_bool
  to_s.normalize_bool
end

#normalize_bool! ⇒ Object



113
114
115
# File 'lib/doing/helpers.rb', line 113

def normalize_bool!
  replace normalize_bool
end