Class: JJActionSample

Inherits:
Object
  • Object
show all
Defined in:
lib/jj/action/sample.rb

Instance Method Summary collapse

Instance Method Details

#execute(args) ⇒ Object



4
5
6
# File 'lib/jj/action/sample.rb', line 4

def execute(args)
  'hoge'
end