# File lib/ri_cal.rb, line 88
  def self.parse_string(string)
    parse(StringIO.new(string))
  end