Module: RBS::Types::NoFreeVariables

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

Instance Method Summary collapse

Instance Method Details

#free_variables(set = Set.new) ⇒ Object



4
5
6
# File 'lib/rbs/types.rb', line 4

def free_variables(set = Set.new)
  set
end