Method: Commands::Base::ClassMethods#call
- Defined in:
- lib/lita/commands/base.rb
#call(message, pagerduty, store) ⇒ Object
14 15 16 |
# File 'lib/lita/commands/base.rb', line 14 def call(, pagerduty, store) new(, pagerduty, store).tap(&:call).data end |