# File lib/core/disposition.rb, line 93 def data=(data) raise AttributeError.new("data attribute is read-only") unless @local @data = data end