class TokyoMetro::Required::All::Others

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tokyo_metro/required/all/others.rb, line 3
def initialize
  super( set_all_files_under_the_top_namespace: false )
end
other_files() click to toggle source
# 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

Private Class Methods

namespaces() click to toggle source
# File lib/tokyo_metro/required/all/others.rb, line 23
def namespaces
  [ "extend_builtin_libraries" , "search" , "scss" , "test" , "document" ]
end