RubyBreaker::TypeDefs::Type
This class represents one of many types
This accessor sets/gets the inner types of this “or” type.
# File lib/rubybreaker/type/type.rb, line 217 def initialize(types=[],*args) super(*args) @types = types end