Class: RuPov::Methods::Translate

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(translate) ⇒ Translate

Returns a new instance of Translate.



642
643
644
# File 'lib/rupov.rb', line 642

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