module BinData::BasePrimitive::ValuePlugin

Logic for the :value parameter

Public Instance Methods

_value() click to toggle source
# File lib/bindata/base_primitive.rb, line 156
def _value
  reading? ? @value : eval_parameter(:value)
end
assign(val) click to toggle source
# File lib/bindata/base_primitive.rb, line 152
def assign(val)
  # Ignored
end