# File lib/cft/commands.rb, line 300 def execute(session, args) system("rm -rf #{session.path}") return 0 end