Method: Fast::Node#git_blob
- Defined in:
- lib/fast/git.rb
#git_blob ⇒ Git::Object::Blob
Returns from current #buffer_name.
19 20 21 22 23 |
# File 'lib/fast/git.rb', line 19 def git_blob return unless from_file? git.gblob(buffer_name) end |