class Components::Ball

Public Instance Methods

to_s() click to toggle source
# File lib/components/ball.rb, line 3
def to_s
  "Ball"
end