Class: LastHit::Configure
- Inherits:
-
Object
- Object
- LastHit::Configure
- Defined in:
- lib/last_hit/configure.rb
Constant Summary collapse
- @@test_command =
"bundle exec rspec"- @@default_base_branch =
"development"
Class Attribute Summary collapse
-
.default_base_branch ⇒ Object
Returns the value of attribute default_base_branch.
-
.test_command ⇒ Object
Returns the value of attribute test_command.
Class Method Summary collapse
Class Attribute Details
.default_base_branch ⇒ Object
Returns the value of attribute default_base_branch.
7 8 9 |
# File 'lib/last_hit/configure.rb', line 7 def default_base_branch @default_base_branch end |
.test_command ⇒ Object
Returns the value of attribute test_command.
7 8 9 |
# File 'lib/last_hit/configure.rb', line 7 def test_command @test_command end |
Class Method Details
.config {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/last_hit/configure.rb', line 9 def config yield(self) end |