class FlySwatter

Public Instance Methods

test() click to toggle source
# File lib/fly-swatter.rb, line 2
def test
  puts "This instance of #{self.class} is working!"
end