# File lib/dnsruby/message/header.rb, line 85
  def opcode=(op)
    @opcode = OpCode.new(op)
  end