Class: Cinch::Plugins::SimpleCalc

Inherits:
Object
  • Object
show all
Includes:
Cinch::Plugin
Defined in:
lib/cinch/plugins/simplecalc/simplecalc.rb

Instance Method Summary collapse

Instance Method Details

#execute(m, problem) ⇒ Object



15
16
17
# File 'lib/cinch/plugins/simplecalc/simplecalc.rb', line 15

def execute(m, problem)
  m.reply calc(problem), true
end