class Git::Browse::Remote::Filepath

Public Instance Methods

to_s() click to toggle source
Calls superclass method
# File lib/git/browse/remote/core.rb, line 13
def to_s
  Pathname.new(Git.show_prefix).join(super).cleanpath.to_s
end