class RuboCop::Cop::Lint::ImplicitStringConcatenation
def ending_delimiter(str)
def ending_delimiter(str) # implicit string concatenation does not work with %{}, etc. if str.source[0] == "'" "'" elsif str.source[0] == '"' '"' end end
def ending_delimiter(str) # implicit string concatenation does not work with %{}, etc. if str.source[0] == "'" "'" elsif str.source[0] == '"' '"' end end