class TokyoMetro::Required::All::Factory::Generate::Static::TrainType

Public Class Methods

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