Class: REXML::IOSource
- Inherits:
-
Object
- Object
- REXML::IOSource
- Defined in:
- lib/jabot.rb
Instance Method Summary collapse
Instance Method Details
#match(pattern, cons = false) ⇒ Object
92 93 94 95 |
# File 'lib/jabot.rb', line 92 def match(pattern, cons = false) @buffer = @buffer.force_encoding('utf-8') super(pattern, cons) end |