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
-
.untaint(o) ⇒ Object
Internal use only
Untaints and returns the supplied
Object
.
Class Method Details
.untaint(o) ⇒ Object
Untaints and returns the supplied Object
.
See additional method definition at line 17.
# File 'lib/tzinfo/ruby_core_support.rb', line 29
def untaint(o) o end