Class: Instag::Post::Hello

Inherits:
Object
  • Object
show all
Defined in:
lib/instag/post/hello.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/instag/post/hello.rb', line 6

def message
  puts 'Hello world'
end