Module: SVNx::CatCmdLine

Included in:
CatCommandLine, CatCommandLineCaching
Defined in:
lib/svnx/cat/command.rb

Instance Method Summary collapse

Instance Method Details

#initialize(args = Array.new) ⇒ Object

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



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

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

#uses_xml?Boolean

Returns:

  • (Boolean)


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

def uses_xml?
  false
end