Class: RuPov::Methods::Rotate

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(rotate) ⇒ Rotate

Returns a new instance of Rotate.



624
625
626
# File 'lib/rupov.rb', line 624

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