In Files

  • rbs-2.1.0/lib/rbs/collection/config.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RBS::Collection::Config::CollectionNotAvailable

Public Class Methods

new() click to toggle source
 
               # File rbs-2.1.0/lib/rbs/collection/config.rb, line 7
def initialize
  super <<~MSG
    rbs collection is not initialized.
    Run %x`rbs collection install` to install RBSs from collection.
  MSG
end
            
There is an updated format of the API docs for this version here.