Class: RuPov::Methods::Reflection

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb,
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) ⇒ Reflection

Returns a new instance of Reflection.



576
577
578
# File 'lib/rupov.rb', line 576

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