lib/fathom/import/yaml_import.rb in fathom-0.2.3 vs lib/fathom/import/yaml_import.rb in fathom-0.3.0

- old
+ new

@@ -47,9 +47,7 @@ end end end if __FILE__ == $0 - include Fathom - # TODO: Is there anything you want to do to run this file on its own? - # YAMLImport.new + Fathom::YAMLImport.import(:content => ARGV.first) end