class RubyBreaker::TypeDefs::VarLengthType
This class represents a variable-length argument type
Attributes
type[RW]
This accessor sets/gets the inner type of this variable length argument type.
Public Class Methods
new(type,*args)
click to toggle source
Calls superclass method
RubyBreaker::TypeDefs::Type::new
# File lib/rubybreaker/type/type.rb, line 205 def initialize(type,*args) super(*args) @type = type end