lib/csv2hash/parser.rb in
csv2hash-0.0.2
vs lib/csv2hash/parser.rb in
csv2hash-0.1
- old
+ new
@@ -1,2 +1,4 @@
-module Parser
-end
\ No newline at end of file
+class Csv2hash
+ module Parser
+ end
+end