Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#normalize_boolObject



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