Method: PathHelper#repo_relative

Defined in:
lib/path_helper.rb

#repo_relative(path) ⇒ Object



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

def repo_relative(path)
  ensure_path(path).relative_path_from(repo_path)
end