Method: Just.path

Defined in:
lib/just.rb

.path(*paths) ⇒ Object



13
14
15
# File 'lib/just.rb', line 13

def self.path(*paths)
  File.expand_path(File.join(directory, *paths))
end