Sha256: 6e2740f3eb873b85fe28af98948c2d99071722aef3f615bf4facf1f3785f867e

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true
require 'ember/version'

module Ember
  module Source
    def self.bundled_path_for(distro)
      File.expand_path("../../../dist/#{distro}", __FILE__)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discourse-ember-source-3.12.2.3 lib/ember/source.rb