Class: Ygitme::Hello

Inherits:
Object
  • Object
show all
Defined in:
lib/ygitme.rb

Instance Method Summary collapse

Instance Method Details

#say_helloObject



5
6
7
# File 'lib/ygitme.rb', line 5

def say_hello
  puts 'This is ygitme. Please start hacking.'
end