Method: Slice::Commands::Base#initialize
- Defined in:
- lib/slice/commands/base.rb
#initialize(arguments) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/slice/commands/base.rb', line 4 def initialize(arguments) @arguments = arguments end |