class Scale::Circle

Public Instance Methods

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