Method: Fast::Node#permalink
- Defined in:
- lib/fast/git.rb
#permalink ⇒ String
Returns 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 |