Method: RBS::Types::Tuple#initialize
- Defined in:
- lib/rbs/types.rb
#initialize(types:, location:) ⇒ Tuple
Returns a new instance of Tuple.
299 300 301 302 |
# File 'lib/rbs/types.rb', line 299 def initialize(types:, location:) @types = types @location = location end |