Sha256: 9d09949352c6c4fcb3ec0010dfb8b584e1b664d1e110d17edb35f1daa90ac5d5

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

module IE
  module Compat
    IE_COMPAT_ASSETS_PATH = File.expand_path('../../../assets', __FILE__).freeze

    def ie_compat_assets_path
      IE_COMPAT_ASSETS_PATH
    end

    def self.assets_path
      IE_COMPAT_ASSETS_PATH
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ie-compat-0.1.2 lib/ie/compat/assets_path.rb
ie-compat-0.1.1 lib/ie/compat/assets_path.rb
ie-compat-0.1.0 lib/ie/compat/assets_path.rb