struct Float64
- Float64
- Float
- Number
- Value
- Object
Defined in:
float64.crInstance Method Summary
-
#=~(other)
Pattern match.
Instance Method Detail
def =~(other)
#
Description copied from class Object
Pattern match.
Overridden by descendants (notably Regex
and String
) to provide meaningful
pattern-match semantics.