Class: Svgle

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

Defined Under Namespace

Classes: A, Circle, Ellipse, G, Image, Line, Path, Polygon, Polyline, Rect, Svg, Text

Instance Method Summary collapse

Instance Method Details

#inspectObject



143
144
145
# File 'lib/svgle.rb', line 143

def inspect()    
  "#<Svgle:%s>" % [self.object_id]
end