Class: SVNx::CatCommand

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

Instance Attribute Summary

Attributes inherited from Command

#output

Instance Method Summary collapse

Methods inherited from Command

#execute, #initialize

Constructor Details

This class inherits a constructor from SVNx::Command

Instance Method Details

#command_lineObject



44
45
46
# File 'lib/svnx/cat/command.rb', line 44

def command_line
  CatCommandLine.new @args
end