Method: Snip::Command::Remove#initialize
- Defined in:
- lib/snip/command/remove.rb
#initialize(args, options = {}) ⇒ Remove
Returns a new instance of Remove.
6 7 8 9 |
# File 'lib/snip/command/remove.rb', line 6 def initialize(args, ={}) @args = Array(args) = end |