Method: Rundoc::CodeCommand::FileCommand::Remove#initialize
- Defined in:
- lib/rundoc/code_command/file_command/remove.rb
#initialize(filename) ⇒ Remove
Returns a new instance of Remove.
5 6 7 |
# File 'lib/rundoc/code_command/file_command/remove.rb', line 5 def initialize(filename) @filename = filename end |