Decode SourceDecodeSyntaxRewriter

class Rewriter

Definitions

def text_for(range)

Returns a chunk of raw text with no formatting.

Implementation

def text_for(range)
	@text[range]
end