Allow this object to be used in array context.
215 216 217
# File 'lib/bindata/array.rb', line 215 def to_ary collect { |el| el } end