module BinData::BasePrimitive::ValuePlugin
Logic for the :value parameter
Public Instance Methods
_value()
click to toggle source
# File lib/bindata/base_primitive.rb, line 151 def _value reading? ? @value : eval_parameter(:value) end
assign(val)
click to toggle source
# File lib/bindata/base_primitive.rb, line 147 def assign(val) # Ignored end