Class: JIJI::Service::HelloService

Inherits:
Object
  • Object
show all
Defined in:
lib/jiji/service/hello_service.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



5
6
7
# File 'lib/jiji/service/hello_service.rb', line 5

def hello
  "hello."
end