3 4 5
# File 'lib/nesta/path.rb', line 3 def self.local(*args) File.expand_path(File.join(args), Nesta::App.root) end
7 8 9
# File 'lib/nesta/path.rb', line 7 def self.themes(*args) File.expand_path(File.join('themes', *args), Nesta::App.root) end