Top Level Namespace

Defined Under Namespace

Modules: GPS_PVT

Constant Summary collapse

IO_TARGETS =
[
  [Kernel, :instance_eval],
  [(class << File; self; end), :class_eval], # https://github.com/ruby/ruby/commit/19beb028
]