class RuboCop::AST::RegexpNode
def interpolation?
-
(Bool)
- if regexp contains interpolation
def interpolation? children.any?(&:begin_type?) end
(Bool)
- if regexp contains interpolation
def interpolation? children.any?(&:begin_type?) end