module GitPrompt

Public Class Methods

added_files() click to toggle source
# File lib/furi/git/git_prompt.rb, line 13
def self.added_files
  Git.new.added_files
end
branch() click to toggle source
# File lib/furi/git/git_prompt.rb, line 9
def self.branch
  Git.new.branch
end
version() click to toggle source
# File lib/furi/git/git_prompt.rb, line 5
def self.version
  Furi::Git::Prompt::VERSION
end