module BSON::Integer

def out_of_range!

def out_of_range!
  raise RangeError.new("#{self} is not a valid 8 byte integer value.")
end