Files
ubicloud/lib/github.rb
Jeremy Evans 679b5b719b Remove usage of class variables
Class variables are a Ruby misfeature that is almost never a good
idea to use.  Replace most usage with class instance variables, and
one case with a constant.

Add freeze methods to classes switching from class variables to
class instance variables, which ensure the class instance variable
is set before the class is frozen.
2024-10-30 10:05:52 -07:00

2.3 KiB