Method: BinData::Framework#assign

Defined in:
lib/bindata/framework.rb

#assign(val) ⇒ Object

Assigns the value of val to this data object. Note that val must always be deep copied to ensure no aliasing problems can occur.

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/bindata/framework.rb', line 29

def assign(val)
  raise NotImplementedError
end