# File lib/cgikit/lang/mo.rb, line 227 def load_from_file(filename) File.open(filename, 'rb'){|f| load_from_stream(f)} end