module TokyoMetro::Modules::Api::ToFactory::Convert::Customize::RailwayLine::ChiyodaBranchLine::Generate::List

Public Instance Methods

generate( max = nil ) click to toggle source
Calls superclass method
# File lib/tokyo_metro/modules/api/to_factory/convert/customize/railway_line/chiyoda_branch_line/generate/list.rb, line 3
def generate( max = nil )
  ary = super( max )
  return ::TokyoMetro::Factory::Convert::Customize::Api::RailwayLine::ChiyodaBranchLine::Generate::List.updated( ary )
end