Class: REXML::IOSource

Inherits:
Object
  • Object
show all
Defined in:
lib/jabot.rb

Instance Method Summary collapse

Instance Method Details

#match(pattern, cons = false) ⇒ Object



89
90
91
92
# File 'lib/jabot.rb', line 89

def match(pattern, cons = false)
  @buffer = @buffer.force_encoding('utf-8')
  super(pattern, cons)
end