# File lib_core/rucy/loader.rb, line 13 def load(path) @mod.module_eval(File.open(path) {|input| input.read }, path) nil end