Module: Mcoin::Command::HasPair

Included in:
Ticker
Defined in:
lib/mcoin/command/ext/has_pair.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/mcoin/command/ext/has_pair.rb', line 7

def self.included(base)
  base.option(:multiple, :pair, '-P', '--pair BTC-USD')
end