Module: CallMeMaybe

Defined in:
lib/call_me_maybe.rb,
lib/call_me_maybe/module.rb,
lib/call_me_maybe/version.rb,
lib/call_me_maybe/exchange.rb

Overview

Add in the call_me_maybe command

Defined Under Namespace

Modules: Exchange, Module Classes: MissingArgs

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.setupObject



14
15
16
# File 'lib/call_me_maybe.rb', line 14

def setup
  ::Module.__send__(:include, CallMeMaybe::Module)
end