class RDoc::RI::Driver

def add_from out, store

def add_from out, store
  out << RDoc::Markup::Paragraph.new("(from #{store.friendly_path})")
end