Module: ArgumentProcessor
- Included in:
- Commission, CoveredCallExit, CoveredCallPosition, Market::Quote, Option, Stock
- Defined in:
- lib/argument_processor.rb
Instance Method Summary collapse
Instance Method Details
#process_args(hash) ⇒ Object
2 3 4 |
# File 'lib/argument_processor.rb', line 2 def process_args(hash) hash.each { |k,v| send(:"#{k}=", v) } end |