Class: TokyoMetro::Required::All::Others

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOthers

Returns a new instance of Others.



3
4
5
# File 'lib/tokyo_metro/required/all/others.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
13
14
15
16
17
# File 'lib/tokyo_metro/required/all/others.rb', line 7

def self.other_files
  #-------- extension_of_builtin_libraries
  #-------- search
  #-------- scss
  #-------- test
  #-------- document
  namespaces.map do | namespace |
    files_starting_with( top_file , namespace )
  end

end