class Mangdown::Mangareader::MangaList

A mangareader manga list

Public Instance Methods

each(&block) click to toggle source
# File lib/mangdown/adapter/mangareader.rb, line 44
def each(&block)
  manga.each(&block)
end
to_enum() click to toggle source
# File lib/mangdown/adapter/mangareader.rb, line 48
def to_enum
  manga.to_enum
end