In Files

  • rbs-2.1.0/lib/rbs/errors.rb

Methods

Class/Module Index [+]

Quicksearch

RBS::GenericParameterMismatchError

Attributes

decl[R]
name[R]

Public Class Methods

new(name:, decl:) click to toggle source
 
               # File rbs-2.1.0/lib/rbs/errors.rb, line 329
def initialize(name,, decl))
  @name = name
  @decl = decl
  super "#{Location.to_string decl.location}: Generic parameters mismatch: #{name}"
end
            
There is an updated format of the API docs for this version here.