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