Method: Expressir::Commands::Base#initialize
- Defined in:
- lib/expressir/commands/base.rb
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/expressir/commands/base.rb', line 6 def initialize( = {}) @options = end |