class TokyoMetro::Required::All::Static::TrainType

Public Class Methods

custom() click to toggle source
# File lib/tokyo_metro/required/all/static/train_type.rb, line 15
def custom
  [
    ::File.join( top_file , "custom" ) ,
    [ "other_operator" , "default_setting" , "main" ].map { | namespace |
      files_starting_with( top_file , "custom" , namespace )
    }
  ]
end
in_api_and_color() click to toggle source
# File lib/tokyo_metro/required/all/static/train_type.rb, line 9
def in_api_and_color
  [ "in_api" , "color" ].map { | namespace |
    files_starting_with( top_file , namespace )
  }
end
other_files() click to toggle source
# File lib/tokyo_metro/required/all/static/train_type.rb, line 3
def self.other_files
  [ in_api_and_color , custom ]
end