Class: RuPov::Methods::Colour

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from MultiValue

#name

Instance Method Summary collapse

Methods inherited from MultiValue

#set, #to_s

Constructor Details

#initialize(colour) ⇒ Colour

Returns a new instance of Colour.



660
661
662
# File 'lib/rupov.rb', line 660

def initialize( colour )
    super( [colour], 'colour' )
end