class BinData::LazyEvaluator

def initialize(obj)

context of +obj+.
Creates a new evaluator. All lazy evaluation is performed in the
def initialize(obj)
  @obj = obj
end