Class: RuPov::Methods::Scale

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(scale) ⇒ Scale

Returns a new instance of Scale.



630
631
632
# File 'lib/rupov.rb', line 630

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