# File lib/org-ruby/parser.rb, line 297 def self.load(fname, opts = {}) lines = IO.readlines(fname) return self.new(lines, opts = {}) end