class Opal::Nodes::ResBodyNode

def rescue_variable?(variable)

def rescue_variable?(variable)
  Sexp === variable and [:lasgn, :iasgn].include?(variable.type)
end