Method: Eye::Local.path

Defined in:
lib/eye/local.rb

.path(path) ⇒ Object



37
38
39
# File 'lib/eye/local.rb', line 37

def path(path)
  File.join(dir, path)
end