模块 RBS::Types::NoFreeVariables

公共实例方法

free_variables(set = Set.new) 点击切换源代码
# File rbs-3.8.0/lib/rbs/types.rb, line 6
def free_variables(set = Set.new)
  set
end