Sha256: 4d73193d0b17bfa68849b739a1502ef6578094fc0bccfab4542e466908dba555
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
# backtick_javascript: true describe 'Hash' do it 'works with object-strings with regards to deleting' do h = {`new String('a')` => 'a'} k = h.keys.first h.delete(k) h.inspect.should == '{}' end end
Version data entries
6 entries across 6 versions & 1 rubygems