tiny_dot 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tiny_dot.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f9908d8188735de9f46c983334ed8f68510f93bc6854b3036fcf33c2e83b718
|
4
|
+
data.tar.gz: 0cffe2d0c334aa3896b0ab6af2a89254ce48ea1dbc9b8abdb352a90fcb4cbb6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 380f0ad515c49b4b3804ebeb508b76b9aceb7ab3598610b23fd1763ab94a70ef39f6f68723927b6852179cc34ce987e3e7c620f5f664c5a1323d3f572fd2edb0
|
7
|
+
data.tar.gz: cb0608d906f983e2dcd41003d4e3f62c2e82e2a205ef068b8ca50734e930f11797b0e81d9e972aa351c8a2653c207222f00bedbb26bc7f8fe9fd97f8d664275e
|
data/lib/tiny_dot.rb
CHANGED
@@ -14,6 +14,9 @@ require 'oj'
|
|
14
14
|
# The `from_json` method takes a string containing JSON data and converts it
|
15
15
|
# into a Struct.
|
16
16
|
#
|
17
|
+
# The `from_csv` method takes a string containing raw CSV data and converts it
|
18
|
+
# to an Array of Struct.
|
19
|
+
#
|
17
20
|
# The `from_hash` method takes a Hash and converts it into a Struct. It really
|
18
21
|
# just calls the `_hash_to_struct` method.
|
19
22
|
#
|