module Ember::Source
Public Class Methods
bundled_path_for(distro)
click to toggle source
# File lib/ember/source.rb, line 5 def self.bundled_path_for(distro) File.expand_path("../../../dist/#{distro}", __FILE__) end