Libraries
»
spree_core
(1.2.0)
»
Index
»
RakeUtil
»
execute
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