summaryrefslogtreecommitdiff
path: root/lib/net/hippie/json_mapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/hippie/json_mapper.rb')
-rw-r--r--lib/net/hippie/json_mapper.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/net/hippie/json_mapper.rb b/lib/net/hippie/json_mapper.rb
deleted file mode 100644
index e04a545..0000000
--- a/lib/net/hippie/json_mapper.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module Net
- module Hippie
- # Converts a ruby hash into a JSON string
- class JsonMapper
- def map_from(hash)
- JSON.generate(hash)
- end
- end
- end
-end