Module: RBS::Types::NoFreeVariables
- Included in:
- Bases::Base, Literal
- Defined in:
- lib/rbs/types.rb,
sig/types.rbs
Instance Method Summary collapse
Instance Method Details
#free_variables(set = Set.new) ⇒ Set[Symbol]
6 7 8 |
# File 'lib/rbs/types.rb', line 6 def free_variables(set = Set.new) set end |