Method: RBS::AST::Declarations::Class::Super#initialize

Defined in:
lib/rbs/ast/declarations.rb

#initialize(name:, args:, location:) ⇒ Super

Returns a new instance of Super.



61
62
63
64
65
# File 'lib/rbs/ast/declarations.rb', line 61

def initialize(name:, args:, location:)
  @name = name
  @args = args
  @location = location
end