# File lib_wpm/wpm.rb, line 3581 def initialize(filename) @mod = Module.new File.open(filename) {|input| @mod.module_eval(input.read, filename) } end