class RuboCop::Cop::Style::VariableInterpolation

def on_dstr(node)

def on_dstr(node)
  check_for_interpolation(node)
end