# File lib/whiskey_disk.rb, line 103 def join_commands buffer.collect {|c| "{ #{c} ; }"}.join(' && ') end