# File lib/core/message.rb, line 151 def durable=(state) raise TypeError.new("state cannot be nil") if state.nil? Cproton.pn_message_set_durable(@impl, state) end