class BSON::Decimal128::Builder::FromString

def special?

def special?
  @string =~ NAN_REGEX || @string =~ INFINITY_REGEX
end