21 22 23 24 25 26
# File 'lib/hookit/resource/rsync.rb', line 21 def run(action) case action when :sync sync! end end