module TZInfo::RubyCoreSupport

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.

Returns:
  • (Object) - `o`.

Parameters:
  • o (Object) -- the `Object` to untaint.
def untaint(o)
  o
end