Class: Numeric

Inherits:
Object show all
Defined in:
lib/glimr/util.rb

Instance Method Summary collapse

Instance Method Details

#pctObject



31
32
33
# File 'lib/glimr/util.rb', line 31

def pct
  Percentage.new(self)
end