Class: Hello

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

Overview

Author: Antonio Ricardo

Instance Method Summary collapse

Instance Method Details

#sayObject



7
8
9
# File 'lib/hello_antonioricardo.rb', line 7

def say
  puts "Hello ;)"
end