Module: RBS::Types::NoFreeVariables

Included in:
Bases::Base, ClassSingleton, Literal
Defined in:
lib/rbs/types.rb

Instance Method Summary collapse

Instance Method Details

#free_variables(set = Set.new) ⇒ Object



6
7
8
# File 'lib/rbs/types.rb', line 6

def free_variables(set = Set.new)
  set
end