Class: RuPov::Methods::Phong

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(phong) ⇒ Phong

Returns a new instance of Phong.



618
619
620
# File 'lib/rupov.rb', line 618

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