Method: RakeUtil.execute

Defined in:
lib/tasks/rake_util.rb

.execute(cmd) ⇒ Object



13
14
15
16
# File 'lib/tasks/rake_util.rb', line 13

def self.execute(cmd)
  puts cmd
  system cmd
end