Method: Steep::AST::Types::Intersection#initialize
- Defined in:
- lib/steep/ast/types/intersection.rb
#initialize(types:, location: nil) ⇒ Intersection
Returns a new instance of Intersection.
8 9 10 11 |
# File 'lib/steep/ast/types/intersection.rb', line 8 def initialize(types:, location: nil) @types = types @location = location end |