Use class << self pattern in Web::ClassIcons.
Instead of prefixing each static method with "self.", use this Ruby trick to place all these methods into the 'eigenclass'.
Loading
Please register or sign in to comment
Instead of prefixing each static method with "self.", use this Ruby trick to place all these methods into the 'eigenclass'.