# File lib/mongo/error/max_bson_size.rb, line 35 def initialize(max_size = nil) super(max_size ? MESSAGE + " The max is #{max_size}." : MESSAGE) end