Method: BinData::Base#lazy_evaluator
- Defined in:
- lib/bindata/base.rb
#lazy_evaluator ⇒ Object
Returns a lazy evaluator for this object.
120 121 122 |
# File 'lib/bindata/base.rb', line 120 def lazy_evaluator #:nodoc: @lazy ||= LazyEvaluator.new(self) end |