Method: RBS::Types::ClassInstance#initialize
- Defined in:
- lib/rbs/types.rb
#initialize(name:, args:, location:) ⇒ ClassInstance
Returns a new instance of ClassInstance.
361 362 363 364 365 |
# File 'lib/rbs/types.rb', line 361 def initialize(name:, args:, location:) @name = name @args = args @location = location end |