Method: BinData::Array#to_ary

Defined in:
lib/bindata/array.rb

#to_aryObject

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