123456789_123456789_123456789_123456789_123456789_

Module: TZInfo::RubyCoreSupport Private

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: lib/tzinfo/ruby_core_support.rb

Overview

Methods to support different versions of Ruby.

Class Method Summary

Class Method Details

.untaint(o) ⇒ Object

Untaints and returns the supplied Object.

See additional method definition at line 17.

Parameters:

  • o (Object)

    the Object to untaint.

Returns:

  • (Object)

    o.

[ GitHub ]

  
# File 'lib/tzinfo/ruby_core_support.rb', line 29

def untaint(o)
  o
end