Sha256: 56fe82abb8401e7dc7d7627018c2c157827ae2963263f376dfecd7a40ac15478
Contents?: true
Size: 214 Bytes
Versions: 6
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Mcoin module Command # :nodoc: module HasPair def self.included(base) base.option(:multiple, :pair, '-P', '--pair BTC-USD') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems