class There

Public Instance Methods

speak() click to toggle source
# File lib/twb/there.rb, line 3
def speak
  puts "Arf! Arf!"
end