Method: ResponseMate::Commands::Base#initialize
- Defined in:
- lib/response_mate/commands/base.rb
#initialize(args, options) ⇒ Base
Returns a new instance of Base.
5 6 7 8 |
# File 'lib/response_mate/commands/base.rb', line 5 def initialize(args, ) @args = args @options = .dup.symbolize_keys end |