Module: Kernel

Defined in:
lib/rubygems_plugin.rb

Overview

this is simply a fake Windows Ruby Devkit loader to satisfy the stupid pre-install hook provided with RubyInstaller Ruby installations

Instance Method Summary collapse

Instance Method Details

#load(file, wrap = false) ⇒ Object



21
22
23
24
# File 'lib/rubygems_plugin.rb', line 21

def load(file, wrap=false)
  return true if file == 'devkit'
  r2corba_devkit_load(file, wrap)
end

#r2corba_devkit_loadObject



19
# File 'lib/rubygems_plugin.rb', line 19

alias :r2corba_devkit_load :load