# File lib/parser/source/rewriter.rb, line 70 def insert_before(range, content) append Rewriter::Action.new(range.begin, content) end