module GutenbergRdf
Constants
- VERSION
Public Class Methods
parse(path)
click to toggle source
# File lib/gutenberg_rdf.rb, line 9 def self.parse(path) Rdf.new(REXML::Document.new(File.new(path))) end
# File lib/gutenberg_rdf.rb, line 9 def self.parse(path) Rdf.new(REXML::Document.new(File.new(path))) end