class Deckland::Hello

Public Instance Methods

say_hello() click to toggle source
# File lib/deckland.rb, line 5
def say_hello
  puts 'Hello, my name is Deckland!'
end