class RBS::Collection::Config::CollectionNotAvailable

公共类方法

new() 点击切换源代码
调用超类方法
# File rbs-3.8.0/lib/rbs/collection/config.rb, line 9
        def initialize
          super <<~MSG
            rbs collection is not initialized.
            Run `rbs collection install` to install RBSs from collection.
          MSG
        end