# File lib/inline_acceleration.rb, line 135 def initialize(mod) initialize_orig(mod) if @@internal_c_functions_module.nil? @@internal_c_functions.each { |function| self.c_singleton(function) } @@internal_c_functions_module = mod end @eval_on_load = '' end