RubyBreaker::TypeDefs::Type
This class represents a variable-length argument type
This accessor sets/gets the inner type of this variable length argument type.
# File lib/rubybreaker/type/type.rb, line 205 def initialize(type,*args) super(*args) @type = type end