Sha256: 9735312dee766fb8abc22417ac733bca49418c420f50703fa8a0b4b3bc38eca4
Contents?: true
Size: 448 Bytes
Versions: 6
Compression:
Stored size: 448 Bytes
Contents
parse_hash: src: "{'one' => 1, 2 => 'two'}" tem: "{\"one\" => 1, 2 => \"two\"}" hash_access: src: "dictionary[:key]" tem: "get_dict[:key]" append_hash: src: "append_hash(5, 'foo' => 'Foo')" tem: "add(5, {\"foo\" => \"Foo\", :xyz => bar})" append_hash_on_empty: src: "append_hash(5)" tem: "add(5, {:xyz => bar})" hash_arguments: src: "hash_args('name' => str, 'age' => 13)" tem: "hash_args({\"name\" => str, \"age\" => 13})"
Version data entries
6 entries across 6 versions & 1 rubygems