Method: RSCM::Base#checkout_commandline
- Defined in:
- lib/rscm/base.rb
#checkout_commandline(to_identifier = Time.infinity) ⇒ Object
The command line to run in order to check out a fresh working copy.
241 242 243 |
# File 'lib/rscm/base.rb', line 241 def checkout_commandline(to_identifier=Time.infinity) raise NotImplementedError end |