class BinData::Array

def to_ary

Allow this object to be used in array context.
def to_ary
  collect { |el| el }
end