In Files

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

Parent

Methods

Class/Module Index [+]

Quicksearch

RBS::EnvironmentLoader::UnknownLibraryError

Attributes

library[R]

Public Class Methods

new(lib:) click to toggle source
 
               # File rbs-2.1.0/lib/rbs/environment_loader.rb, line 6
def initialize(lib))
  @library = lib

  super("Cannot find type definitions for library: #{lib.name} (#{lib.version || "[nil]"})")
end
            
There is an updated format of the API docs for this version here.