Method: Mini::Guard::XFileCommands#execute

Defined in:
lib/mini/guard.rb

#executeObject



102
103
104
105
106
107
# File 'lib/mini/guard.rb', line 102

def execute
  if execute?
    puts "executing: #{command}"
    puts Shellany::Sheller.stdout(command)
  end
end