class Zerp::Chatter

Public Instance Methods

say_hello() click to toggle source
# File lib/zerp.rb, line 5
def say_hello
  puts 'this is zerp...hello!'
end