Method: RBS::Types::Union#initialize
- Defined in:
- lib/rbs/types.rb
#initialize(types:, location:) ⇒ Union
Returns a new instance of Union.
735 736 737 738 |
# File 'lib/rbs/types.rb', line 735 def initialize(types:, location:) @types = types @location = location end |