Class: Tibber::Enum
- Inherits:
-
Object
- Object
- Tibber::Enum
- Defined in:
- lib/tibber/const.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.enum(array) ⇒ Object
4 5 6 7 8 |
# File 'lib/tibber/const.rb', line 4 def self.enum(array) array.each do |c| const_set c,c end end |