Method: GitWrapper::Commands::Show#commit

Defined in:
lib/git_wrapper/commands/show.rb

#commit(commit) ⇒ Object



10
11
12
13
# File 'lib/git_wrapper/commands/show.rb', line 10

def commit(commit)
  @version = "#{commit}:"
  self
end