Sha256: f1b16157977b79a6d9878457b213b17bc1b2705ce7d6d451ad6648fb43a478c3
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
class TokyoMetro::Required::All::Others < TokyoMetro::Required def initialize super( set_all_files_under_the_top_namespace: false ) end def self.other_files #-------- extension_of_builtin_libraries #-------- search #-------- scss #-------- test #-------- document namespaces.map do | namespace | files_starting_with( top_file , namespace ) end end class << self private def namespaces [ "extend_builtin_libraries" , "search" , "scss" , "test" , "document" ] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tokyo_metro-0.10.1 | lib/tokyo_metro/required/all/others.rb |