Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/pson.rb

Instance Method Summary collapse

Instance Method Details

#to_postscriptObject

Convert this number into a PostScript numeric literal expression.



6
7
8
# File 'lib/pson.rb', line 6

def to_postscript
  return to_s
end