class RuboCop::Cop::Style::VariableInterpolation

def on_xstr(node)

def on_xstr(node)
  check_for_interpolation(node)
end