module Percentable::Numeric

Public Instance Methods

to_percent() click to toggle source
# File lib/percentable/numeric.rb, line 3
def to_percent
  Percentable::Percent.new(self)
end