module TZInfo::RubyCoreSupport
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/tzinfo/ruby_core_support.rbs module TZInfo::RubyCoreSupport def untaint: (String o) -> String def untaint: (String o) -> String end
def untaint(o)
Experimental RBS support (using type sampling data from the type_fusion
project).
def untaint: (String o) -> String
This signature was generated using 2 samples from 2 applications.
-
(Object)
- `o`.
Parameters:
-
o
(Object
) -- the `Object` to untaint.
def untaint(o) o end
def untaint(o)
Experimental RBS support (using type sampling data from the type_fusion
project).
def untaint: (String o) -> String
This signature was generated using 2 samples from 2 applications.
-
(Object)
- `o`.
Parameters:
-
o
(Object
) -- the `Object` to untaint.
def untaint(o) o.untaint end