Class: LearnTest::Git::Base
- Inherits:
-
Git::Base
- Object
- Git::Base
- LearnTest::Git::Base
- Defined in:
- lib/learn_test/git.rb
Instance Method Summary collapse
Instance Method Details
#wip(message:) ⇒ Object
12 13 14 15 16 |
# File 'lib/learn_test/git.rb', line 12 def wip(message:) wip = Wip::Base.new(base: self, message: ) wip.process! wip end |