Module: Commands
- Included in:
- Give::Project, Give::Repo, Give::User
- Defined in:
- lib/commands.rb
Overview
Command line wrappers
Instance Method Summary collapse
Instance Method Details
#git(command) ⇒ Object
6 7 8 |
# File 'lib/commands.rb', line 6 def git(command) `git #{command}`.chomp end |
#sh(command) ⇒ Object
10 11 12 |
# File 'lib/commands.rb', line 10 def sh(command) `#{command}` end |