lib/marvin/parsers.rb in Sutto-marvin-0.1.0.20081014 vs lib/marvin/parsers.rb in Sutto-marvin-0.1.0.20081016

- old
+ new

@@ -1,7 +1,7 @@ module Marvin module Parsers # Default Parsers autoload :RegexpParser, 'marvin/parsers/regexp_parser' - + autoload :SimpleParser, 'marvin/parsers/simple_parser' end end \ No newline at end of file