class TokyoMetro::Required::All::Factory::Save::Api::MetaClass

Public Class Methods

other_files() click to toggle source
# File lib/tokyo_metro/required/all/factory/save/api/meta_class.rb, line 3
def self.other_files
  [
    [ "each_file" ] ,
    [ "each_file" , "fundamental" ] ,
    [ "each_file" , "data_search" ] ,
    [ "group" ] ,
    [ "group" , "file_info" ] ,
    [ "group" , "list" ]
  ].map { | filename |
    ::File.join( top_file , *filename )
  } + files_starting_with( top_file , "group" , "file_info" )
end