# File lib/parser/source/comment.rb, line 52 def initialize(range) @location = Parser::Source::Map.new(range) @text = range.source.freeze freeze end