Method: Autumn::Script#vcs
- Defined in:
- lib/autumn/script.rb
#vcs ⇒ Object (readonly)
The version control system in use for this project, or nil if none is being used for this transaction.
23 24 25 |
# File 'lib/autumn/script.rb', line 23 def vcs @vcs end |