public
Fork of defunkt/mofo
Description: Mofo is a fast and simple microformat parser, based on a concise DSL and Hpricot.
Homepage: http://mofo.rubyforge.org/
Clone URL: git://github.com/uggedal/mofo.git
mofo / lib / mofo.rb
100644 4 lines (2 sloc) 0.135 kb
1
2
3
4
$:.unshift File.dirname(__FILE__)
 
Dir["#{File.dirname(__FILE__)}/mofo/*.rb"].each { |format| require "mofo/#{File.basename format}" }