lib/voruby/votables/rexml_votable.rb in voruby-1.1 vs lib/voruby/votables/rexml_votable.rb in voruby-1.1.1
- old
+ new
@@ -4,10 +4,10 @@
module VOTable
require 'voruby/votables/votable'
require 'voruby/votables/rexml_parser'
# A wrapper around VOTable::VOTable that uses ruby's built in rexml library
- # to parse XML. Typically one would use VOTABLE::TreeParsedVOTable
+ # to parse XML. Typically one would use VOTable::TreeParsedVOTable
# rather than using this class directly.
# rexml_votable = VOTable::RexmlParsedVOTable('my_votable.xml')
# votable = rexml_votable.votable
class RexmlParsedVOTable
attr_reader :path, :votable