Method: Fast::Node#permalink

Defined in:
lib/fast/git.rb

Returns with permanent link to the actual commit.

Returns:

  • (String)

    with permanent link to the actual commit



97
98
99
# File 'lib/fast/git.rb', line 97

def permalink
  "#{project_url}/blob/#{sha}/#{buffer_name}##{line_range}"
end