All methods provided by the framework are to be implemented or overridden by subclasses of BinData::Base.
Assigns the value of val to this data object. Note that val must always be deep copied to ensure no aliasing problems can occur.
# File lib/bindata/framework.rb, line 40 def assign(val) raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.