Method: YARD::Registry.each

Defined in:
lib/yard/registry.rb

.each(&block) ⇒ Object

Iterates over all with no arguments



221
222
223
# File 'lib/yard/registry.rb', line 221

def each(&block)
  all.each(&block)
end