Class: SVNx::CatCommandLine

Inherits:
CommandLine show all
Defined in:
lib/svnx/cat/command.rb

Instance Attribute Summary

Attributes inherited from System::CommandLine

#output

Instance Method Summary collapse

Methods inherited from System::CommandLine

#<<, #execute, #to_command

Constructor Details

#initialize(args = Array.new) ⇒ CatCommandLine

this can be either an Array (for which to_a returns itself), or a CommandArgs, which also has to_a.



10
11
12
# File 'lib/svnx/cat/command.rb', line 10

def initialize args = Array.new
  super "cat", args.to_a
end

Instance Method Details

#uses_xml?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/svnx/cat/command.rb', line 14

def uses_xml?
  false
end