= private = protected
current_line()
@return the current line in the source
# File lib/rexml/source.rb, line 120 def current_line lines = @orig.split res = lines.grep @buffer[0..30] res = res[-1] if res.kind_of? Array lines.index( res ) if res end