class Scale::Rectangle

Public Instance Methods

xml_tag() click to toggle source
# File lib/scale/shapes/rectangle.rb, line 15
def xml_tag
  :rect
end