# File lib/bunny/client08.rb, line 406 def tx_commit send_frame(Qrack::Protocol::Tx::Commit.new()) method = next_method check_response(method, Qrack::Protocol::Tx::CommitOk, "Error commiting transaction") # return confirmation :commit_ok end