RubyBreaker::TypeDefs::Type
This class represents multiple method types.
This accessor sets/gets the method types.
# File lib/rubybreaker/type/type.rb, line 229 def initialize(types=[],*args) super(*args) @types = types end