Sha256: b7357cd454f6aefe134992b51921ae2da565e472126193ff10a2dea075cc1821
Contents?: true
Size: 247 Bytes
Versions: 16
Compression:
Stored size: 247 Bytes
Contents
require 'facets/kernel/here.rb' require 'test/unit' class TC_Binding_Here < Test::Unit::TestCase def setup x = "hello" @bind = binding; @this_line_no = __LINE__ end def test_here assert_instance_of( Binding, here ) end end
Version data entries
16 entries across 16 versions & 1 rubygems