Sha256: 2607612af9535809ba179e0f867f92faa1cc693876cf3267155d08973a4d9b11
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
require 'facets/binding/self' require 'test/unit' class TC_Binding_Self < Test::Unit::TestCase def setup a = 1 b = 2 x = "hello" @bind = binding end def test_self assert_equal( self, @bind.self ) end end
Version data entries
16 entries across 16 versions & 1 rubygems