Module: Ember::Source

Defined in:
lib/ember/source.rb

Class Method Summary collapse

Class Method Details

.bundled_path_for(distro) ⇒ Object



5
6
7
# File 'lib/ember/source.rb', line 5

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