Remove duplicated #data reader from BSON::ObjectId

This commit is contained in:
Wojciech Piekutowski 2011-02-20 15:35:22 +01:00
parent e6b6074910
commit 730118539e
1 changed files with 0 additions and 7 deletions

View File

@ -105,13 +105,6 @@ module BSON
@data.dup
end
# Get the array representation without cloning.
#
# @return [Array]
def data
@data
end
# Given a string representation of an ObjectId, return a new ObjectId
# with that value.
#