Sha256: 4a1ea7519c152361bb8a091e5d77c92de20d8cb5f837065c31ee4d2de83571f3

Contents?: true

Size: 185 Bytes

Versions: 15

Compression:

Stored size: 185 Bytes

Contents

module Vitreous
  module Share
    class CommonStructure
      def self.txt?( path )
        File.extname( path ).gsub( '.', '' ) =~ Vitreous::TXT_EXTENSIONS
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vitreous_share-0.0.31 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.27 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.25 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.23 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.21 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.19 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.17 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.15 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.13 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.11 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.9 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.7 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.5 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.3 lib/vitreous/share/common_structure.rb
vitreous_share-0.0.1 lib/vitreous/share/common_structure.rb