Class: Git::Browse::Remote::Filepath

Inherits:
Pathname
  • Object
show all
Defined in:
lib/git/browse/remote/core.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/git/browse/remote/core.rb', line 13

def to_s
  Pathname.new(Git.show_prefix).join(super).cleanpath.to_s
end