Does not freeze integer values

parent 9bdde579
module Github
class RateLimit
SAFE_REMAINING_REQUESTS = 100.freeze
SAFE_RESET_TIME = 500.freeze
SAFE_REMAINING_REQUESTS = 100
SAFE_RESET_TIME = 500
attr_reader :connection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment