class TokyoMetro::Required::All::Factory::Seed::Api::StationTimetable

Public Class Methods

other_files() click to toggle source
# File lib/tokyo_metro/required/all/factory/seed/api/station_timetable.rb, line 3
def self.other_files
  [
    [ "common" ] ,
    [ "info" ] ,
    [ "info" , "fundamental" ] ,
    [ "info" , "fundamental" , "common" ] ,
    [ "info" , "fundamental" , "list" ]
  ].map { | dirname |
    File.join( top_file , *dirname )
  }
end