module RuboCop::Cop::Interpolation

Common functionality for working with string interpolations.

@abstract Subclasses are expected to implement {#on_interpolation}.