class TokyoMetro::Required::All::App::Renderer::StationFacility::Platform::Info::MultipleRailwayLines

Public Class Methods

other_files() click to toggle source
# File lib/tokyo_metro/required/all/app/renderer/station_facility/platform/info/multiple_railway_lines.rb, line 3
def self.other_files
  [ "common" , "whole" , "each_direction" ].map { | filename |
    ::File.join( top_file , filename )
  }
end