Method: Pebbles::Command::Base#initialize
- Defined in:
- lib/pebbles/command/base.rb
#initialize(args = [], options = {}) ⇒ Base
Returns a new instance of Base.
15 16 17 18 |
# File 'lib/pebbles/command/base.rb', line 15 def initialize(args=[], ={}) @args = args = end |