class String

Public Instance Methods

convert_to_cents() click to toggle source
# File lib/zoop/core_ext.rb, line 12
def convert_to_cents
  (self.to_f * 100).to_i
end