module RuboCop::Cop::Interpolation

def on_dstr(node)

def on_dstr(node)
  on_node_with_interpolations(node)
end