class RuboCop::Cop::Rails::HttpStatus::SymbolicStyleChecker

def symbol

def symbol
  ::Rack::Utils::SYMBOL_TO_STATUS_CODE.key(number.to_i)
end