Class: Numeric

Inherits:
Object show all
Defined in:
lib/white_gold/path/numeric.path.rb

Instance Method Summary collapse

Instance Method Details

#pcObject



2
3
4
# File 'lib/white_gold/path/numeric.path.rb', line 2

def pc
  "#{self}%"
end

#pxObject



6
7
8
# File 'lib/white_gold/path/numeric.path.rb', line 6

def px
  "#{self}"
end