Method: Tb::Cmd::SVNLOGListener#initialize
- Defined in:
- lib/tb/cmd_svn.rb
#initialize(y) ⇒ SVNLOGListener
Returns a new instance of SVNLOGListener.
55 56 57 58 59 60 61 |
# File 'lib/tb/cmd_svn.rb', line 55 def initialize(y) @y = y @header = nil @elt_stack = [] @att_stack = [] @log = nil end |