Sha256: 536dc77f7202bbb506eba30aa3e8097360f7b2010cabb2ceb4c137eb74cf746d
Contents?: true
Size: 237 Bytes
Versions: 4
Compression:
Stored size: 237 Bytes
Contents
covers 'facets/binding/op' testcase Binding do a = 1 b = 2 x = "hello" bind = binding unit :[] do bind["x"].assert == "hello" end unit :[]= do bind["x"] = "goodbye" bind["x"].assert == "goodbye" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
facets-2.9.1 | test/core/binding/test_op.rb |
facets-2.9.0 | test/core/binding/test_op.rb |
facets-2.9.0.pre.2 | test/core/binding/test_op.rb |
facets-2.9.0.pre.1 | test/core/binding/test_op.rb |