Created
December 26, 2017 18:33
-
-
Save ro31337/d90f4cb4ec2212bd7420ec7fd458bb5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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