class ActiveSupport::StringInquirer
def respond_to_missing?(method_name, include_private = false)
def respond_to_missing?(method_name, include_private = false) method_name.end_with?("?") || super end
def respond_to_missing?(method_name, include_private = false) method_name.end_with?("?") || super end