Class: OutofplaceCommand
- Inherits:
-
FileCommand
- Object
- FileCommand
- OutofplaceCommand
- Defined in:
- lib/file_command.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from FileCommand
Instance Method Details
#cmd_txt(infiles, outfile) ⇒ Object
[View source]
65 66 67 |
# File 'lib/file_command.rb', line 65 def cmd_txt(infiles, outfile) cmd_txt_outofplace(infiles, outfile) end |
#inplace? ⇒ Boolean
60 61 62 |
# File 'lib/file_command.rb', line 60 def inplace? false end |