Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/api_helper/filterable.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject



174
175
176
# File 'lib/api_helper/filterable.rb', line 174

def to_bool
  self == 'true'
end