more code cleanup

This commit is contained in:
rkiel
2015-06-06 07:40:04 -04:00
parent 8f6feab7ea
commit d7634a8653
3 changed files with 8 additions and 9 deletions

View File

@@ -3,6 +3,14 @@ require_relative './base'
module Feature
class Branch < Feature::Base
def valid?
true
end
def help
exit
end
def execute
run_cmd "git branch"
end