Class: TokyoMetro::Required::All::Others
- Inherits:
-
TokyoMetro::Required
- Object
- RequiredFiles::MetaClass
- TokyoMetro::Required
- TokyoMetro::Required::All::Others
- Defined in:
- lib/tokyo_metro/required/all/others.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Others
constructor
A new instance of Others.
Constructor Details
#initialize ⇒ Others
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_files ⇒ Object
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 |