to implement Enumerable
18 19 20
# File 'lib/colorit/colors.rb', line 18 def self.each(&block) self.all().each(&block) end