Class: Gitabu::Run
- Inherits:
-
Object
- Object
- Gitabu::Run
- Defined in:
- lib/gitabu/run.rb
Overview
Run class to introduce generated classes.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Run
constructor
A new instance of Run.
- #save ⇒ Object
Constructor Details
#initialize ⇒ Run
Returns a new instance of Run.
13 |
# File 'lib/gitabu/run.rb', line 13 def initialize; end |
Class Method Details
.save ⇒ Object
9 10 11 |
# File 'lib/gitabu/run.rb', line 9 def self.save new.save end |