diff --git a/lib/bson/types/object_id.rb b/lib/bson/types/object_id.rb index 8813598..fcb0e3a 100644 --- a/lib/bson/types/object_id.rb +++ b/lib/bson/types/object_id.rb @@ -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. #