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_typeObject



23
24
25
26
27
28
29
# File 'lib/rbs/types.rb', line 23

def each_type
  if block_given?
    # nop
  else
    enum_for :each_type
  end
end