Class: TokyoMetro::Required::All::App::Renderer::StationFacility::Platform::Info::MetaClass

Inherits:
TokyoMetro::Required
  • Object
show all
Defined in:
lib/tokyo_metro/required/all/app/renderer/station_facility/platform/info/meta_class.rb

Defined Under Namespace

Classes: TableRow

Class Method Summary collapse

Class Method Details

.other_filesObject



3
4
5
6
7
# File 'lib/tokyo_metro/required/all/app/renderer/station_facility/platform/info/meta_class.rb', line 3

def self.other_files
  [ "common" , "whole" , "each_direction" ].map { | filename |
    ::File.join( top_file , filename )
  } + TableRow.files
end