class Rewriter
Definitions
def text_for(range)
Returns a chunk of raw text with no formatting.
Implementation
def text_for(range)
@text[range]
end
class Rewriter
def text_for(range)
Returns a chunk of raw text with no formatting.
def text_for(range)
@text[range]
end