Class: TokyoMetro::Required::All::Static

Inherits:
TokyoMetro::Required show all
Defined in:
lib/tokyo_metro/required/all/static.rb

Defined Under Namespace

Classes: ExceptForTrainType, TrainType

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStatic

Returns a new instance of Static.



3
4
5
# File 'lib/tokyo_metro/required/all/static.rb', line 3

def initialize
  super( set_all_files_under_the_top_namespace: false )
end

Class Method Details

.other_filesObject



7
8
9
10
11
12
# File 'lib/tokyo_metro/required/all/static.rb', line 7

def self.other_files
  [
    ExceptForTrainType.files ,
    TrainType.files
  ]
end