Sha256: 8046c77dce942d132e4fad0302c34b01c4ca10c9e7f1a06cd754a242e11fa84a
Contents?: true
Size: 191 Bytes
Versions: 7
Compression:
Stored size: 191 Bytes
Contents
== Binding#[] require 'facets/binding/op' a = 1 b = 2 x = "hello" binding["x"].assert == "hello" == Binding#[]= binding["x"] = "goodbye" binding["x"].assert == "goodbye"
Version data entries
7 entries across 7 versions & 1 rubygems