Method: Upmin::Model#color
- Defined in:
- lib/upmin/model.rb
#color ⇒ Object
TODO(jon): Delegations here weren’t working in 3.2 so this is done with normal old methods. delegate(:color, to: :class)
87 88 89 |
# File 'lib/upmin/model.rb', line 87 def color return self.class.color end |