Sha256: 93e30836f67a575c6732bea4939cf295054ea5fc24678ccf6ae2f6c8698ca7f5
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
foo = "bar" some_hash = { "key1" => "value1", "array_key" => %w{one two three}, "key_to_be_overridden" => "value_from_ruby" } some_hash["also"] = "this" # can be other ruby here, last line needs to evaluate as a Hash some_hash
Version data entries
15 entries across 15 versions & 1 rubygems