In Files

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

Class/Module Index [+]

Quicksearch

RBS::Environment::ModuleEntry

Public Instance Methods

primary() click to toggle source
 
               # File rbs-2.1.0/lib/rbs/environment.rb, line 81
def primary
  @primary ||= begin
                 validate_type_params
                 decls.first or raise("decls cannot be empty")
               end
end
            
self_types() click to toggle source
 
               # File rbs-2.1.0/lib/rbs/environment.rb, line 75
def self_types
  decls.flat_map do |d|
    d.decl.self_types
  end.uniq
end
            
There is an updated format of the API docs for this version here.