module Cucumber::WireSupport::WireProtocol

def diff_ok

def diff_ok
  handler = Requests::DiffOk.new(self)
  handler.execute
end