class BSON::Decimal128::Builder::FromString
def initialize(string)
- Since: - 4.2.0
Parameters:
-
string
(String
) -- The string to create a Decimal128 from.
Other tags:
- Example: Create the FromString builder. -
def initialize(string) @string = string end