class TypedRb::Types::Polymorphism::ExistentialTypeVariable

Attributes

module_type[RW]

Public Instance Methods

find_var_type(var) click to toggle source
# File lib/typed/types/polymorphism/existential_type_variable.rb, line 7
def find_var_type(var)
  module_type.find_var_type(var)
end