RubyBreaker::TypeDefs::Type
This class respresents an optional argument type
This accessor sets/gets the inner type of this optional type.
# File lib/rubybreaker/type/type.rb, line 192 def initialize(type,*args) super(*args) @type = type end