class Numeric

Public Instance Methods

to_postscript() click to toggle source

Convert this number into a PostScript numeric literal expression.

# File lib/pson.rb, line 6
def to_postscript
  return to_s
end