We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23efeaf commit e5f29b7Copy full SHA for e5f29b7
README.rdoc
@@ -57,6 +57,10 @@ Examples of option translation (nested containers allowed):
57
{ key1: "value1", key2: { nested_key1: "nested_value1" } }
58
# =>
59
"key1 value1 key2 nested key1 nested_value1"
60
+* Hashes with underscored keys (see {#7}[https://github.com/dilcom/gnuplotrb/issues/7]):
61
+ { style_data: 'histograms' }
62
+ #=>
63
+ "style data histograms"
64
* Range:
65
{ xrange: 0..100 }
66
0 commit comments