class Opal::Nodes::BackRefNode

def handle_post_match

def handle_post_match
  with_temp do |tmp|
    push "((#{tmp} = $gvars['~']) === nil ? nil : #{tmp}.$post_match())"
  end
end