Logic for the :read_until parameter
# File lib/bindata/array.rb, line 297 def do_read(io) loop do element = append_new_element element.do_read(io) variables = { :index => self.length - 1, :element => self.last, :array => self } break if eval_parameter(:read_until, variables) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.