motion_yak 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- module MotionYak
2
- module JSON
3
- def self.encode(json)
4
- BW::JSON.generate(json)
5
- end
6
-
7
- def self.decode(json)
8
- BW::JSON.parse(json)
9
- end
10
- end
11
- end