Module: Ember::Date::Source

Defined in:
lib/ember/data/source.rb

Class Method Summary collapse

Class Method Details

.bundled_path_for(distro) ⇒ Object



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

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