Method: RBI::Type::Composite#initialize
- Defined in:
- lib/rbi/type.rb
#initialize(types) ⇒ Composite
Returns a new instance of Composite.
240 241 242 243 |
# File 'lib/rbi/type.rb', line 240 def initialize(types) super() @types = types end |