Module: SvnLog::LogCmdLine

Included in:
LogCommandLine, LogCommandLineCaching
Defined in:
lib/svnx/log/line.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.



13
14
15
# File 'lib/svnx/log/line.rb', line 13

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