class RubyBreaker::TypeDefs::OrType

This class represents one of many types

Attributes

types[RW]

This accessor sets/gets the inner types of this “or” type.

Public Class Methods

new(types=[],*args) click to toggle source
Calls superclass method RubyBreaker::TypeDefs::Type::new
# File lib/rubybreaker/type/type.rb, line 217
def initialize(types=[],*args)
  super(*args)
  @types = types
end