33 34 35
# File 'lib/howkast/model.rb', line 33 def self.parse value value.instance_of?(String) ? value.parse : value end