In Files

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

Parent

Methods

Class/Module Index [+]

Quicksearch

RBS::Environment::SingleEntry

Attributes

decl[R]
name[R]
outer[R]

Public Class Methods

new(name:, decl:, outer:) click to toggle source
 
               # File rbs-2.1.0/lib/rbs/environment.rb, line 105
def initialize(name,, decl,, outer))
  @name = name
  @decl = decl
  @outer = outer
end
            
There is an updated format of the API docs for this version here.