Class: FooBar

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

Instance Method Summary collapse

Instance Method Details

#say(message) ⇒ void

This method returns an undefined value.

Parameters:

  • message (String)


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

def say(message)
  puts(message)
end