Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/caisson/implants/mongoid.rb

Direct Known Subclasses

Percent

Instance Method Summary collapse

Instance Method Details

#percentObject



64
65
66
# File 'lib/caisson/implants/mongoid.rb', line 64

def percent
  Percent.new (self * 1000).to_i
end