class RuboCop::Cop::Performance::FixedSize

def allowed_argument?(arg)

def allowed_argument?(arg)
  arg && non_string_argument?(arg.first)
end