class Yadriggy::TypeChecker::TypeEnv::BaseTypeEnv
@api private
Public Class Methods
new(clazz)
click to toggle source
Calls superclass method
Yadriggy::TypeChecker::TypeEnv::new
# File lib/yadriggy/typecheck.rb, line 89 def initialize(clazz) super(nil) @clazz = clazz end
Public Instance Methods
context()
click to toggle source
# File lib/yadriggy/typecheck.rb, line 94 def context @clazz end