Module: RBS::Types::EmptyEachType
- Included in:
- Alias, Bases::Base, ClassSingleton, Literal, Variable
- Defined in:
- lib/rbs/types.rb
Instance Method Summary collapse
Instance Method Details
#each_type ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/rbs/types.rb', line 16 def each_type if block_given? # nop else enum_for :each_type end end |