Method: SimpleService::ClassMethods#commands

Defined in:
lib/simple_service.rb

#commands(*args) ⇒ Object



37
38
39
40
# File 'lib/simple_service.rb', line 37

def commands(*args)
  @commands ||= []
  @commands += args
end