Module: RBS::Types::EmptyEachType

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

Instance Method Summary collapse

Instance Method Details

#each_typeObject



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

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