# File lib/rouge/lexers/jsx.rb, line 16 def start_embed! @embed ||= JSX.new(options) @embed.reset! @embed.push(:expr_start) push :jsx_embed_root end