Method: Decode::Syntax::Rewriter#initialize
- Defined in:
- lib/decode/syntax/rewriter.rb
#initialize(text) ⇒ Rewriter
Returns a new instance of Rewriter.
24 25 26 27 |
# File 'lib/decode/syntax/rewriter.rb', line 24 def initialize(text) @text = text @matches = [] end |