Class: Braid::Command
- Inherits:
-
Object
- Object
- Braid::Command
- Includes:
- Operations::Helpers, Operations::Mirror
- Defined in:
- lib/braid/command.rb
Direct Known Subclasses
Braid::Commands::Add, Braid::Commands::Diff, Braid::Commands::Remove, Braid::Commands::Setup, Braid::Commands::Update
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Operations::Helpers
#clean_svn_revision, #determine_target_commit, #display_revision, #find_git_revision, #validate_revision_option, #validate_svn_revision
Methods included from Operations::Mirror
#add_config_file, #check_merge_status, #create_work_branch, #fetch_remote, #find_remote, #get_current_branch, #get_work_head
Class Method Details
.msg(str) ⇒ Object
13 14 15 |
# File 'lib/braid/command.rb', line 13 def self.msg(str) puts str end |