Method: Numeric#compile

Defined in:
lib/objects.rb

#compileObject

A nifty thing here is that if you dont specify the size if wont print anything


205
206
207
208
# File 'lib/objects.rb', line 205

def compile
  #@mpsize='cm' if(@mpsize==nil)
  to_s + @mpsize.to_s
end