Remove duplicated #data reader from BSON::ObjectId
This commit is contained in:
parent
e6b6074910
commit
730118539e
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue