class RubyBreaker::TypeDefs::MethodListType
This class represents multiple method types.
Attributes
types[RW]
This accessor sets/gets the method types.
Public Class Methods
new(types=[],*args)
click to toggle source
Calls superclass method
RubyBreaker::TypeDefs::Type::new
# File lib/rubybreaker/type/type.rb, line 229 def initialize(types=[],*args) super(*args) @types = types end