Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created December 26, 2017 18:33
Show Gist options
  • Select an option

  • Save ro31337/d90f4cb4ec2212bd7420ec7fd458bb5e to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/d90f4cb4ec2212bd7420ec7fd458bb5e to your computer and use it in GitHub Desktop.
module Bla
HTTP_OK = 200
HTTP_BAD_REQUEST = 400
HTTP_UNAUTHORIZED = 401
HTTP_FORBIDDEN = 403
HTTP_NOT_FOUND = 404
HTTP_INTERNAL_SERVER_ERROR = 500
end
puts Bla::HTTP_OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment