# File lib/parser/rewriter.rb, line 94 def insert_before(range, content) @source_rewriter.insert_before(range, content) end