Class: Dude::Git::Commit

Inherits:
Object
  • Object
show all
Defined in:
lib/dude/git/commit.rb

Instance Method Summary collapse

Instance Method Details

#call(commit_name) ⇒ Object



6
7
8
9
# File 'lib/dude/git/commit.rb', line 6

def call(commit_name)
  @commit_name = commit_name
  create_commit
end