Class: REXML::Source
- Inherits:
-
Object
- Object
- REXML::Source
- Defined in:
- lib/kintara/client.rb
Overview
This is kind of a hack. There's no way to change any of REXML's parser's sources, which I kind of need to do so I don't have to run this for every stanza.
Instance Method Summary (collapse)
Instance Method Details
- (Object) buffer=(string)
27 28 29 30 |
# File 'lib/kintara/client.rb', line 27 def buffer=(string) @buffer ||= '' @buffer += string end |