# File lib/dnsruby/message/header.rb, line 89
  def rcode=(rcode)
    @rcode = RCode.new(rcode)
  end