Module: Greet

Includes:
ActiveSupport::Concern
Included in:
Caser
Defined in:
lib/hihi.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



6
7
8
# File 'lib/hihi.rb', line 6

def hello
  "hi hi world"
end