Module: Ember::Bootstrap::Source
- Defined in:
- lib/ember/bootstrap/source.rb
Class Method Summary collapse
Class Method Details
.bundled_path_for(distro) ⇒ Object
6 7 8 |
# File 'lib/ember/bootstrap/source.rb', line 6 def self.bundled_path_for(distro) File.("../../../../dist/#{distro}", __FILE__) end |