Class: RGhost::Graphic
Overview
end
Instance Method Summary collapse
Methods inherited from PsObject
#<<, #call, #graphic_scope, #initialize, #raw, #set, #to_s
Constructor Details
This class inherits a constructor from RGhost::PsObject
Instance Method Details
#ps ⇒ Object
13 14 15 |
# File 'lib/rghost/graphic.rb', line 13 def ps "gsave #{super} grestore" end |