class BinData::Primitive
def method_missing(symbol, *args, &block) #:nodoc:
def method_missing(symbol, *args, &block) #:nodoc: if @struct.respond_to?(symbol) @struct.__send__(symbol, *args, &block) else super end end
def method_missing(symbol, *args, &block) #:nodoc: if @struct.respond_to?(symbol) @struct.__send__(symbol, *args, &block) else super end end