Method: Guard::Gitpusher#run_on_change
- Defined in:
- lib/guard/gitpusher.rb
#run_on_change(res) ⇒ Object
Print the result of the command, if there is a result to be printed. (see README.md)
14 15 16 |
# File 'lib/guard/gitpusher.rb', line 14 def run_on_change(res) puts res[0] if res[0] end |