class ActiveSupport::ArrayInquirer

def respond_to_missing?(name, include_private = false)

def respond_to_missing?(name, include_private = false)
  name.end_with?("?") || super
end