class Bitstatus::Chatter

Public Instance Methods

say_hello() click to toggle source
# File lib/bitstatus.rb, line 6
def say_hello
        puts 'This is zerp.'
end