Sha256: 2f4b79a1dedd9b0bf2487b1f4c3dc578cafaebd7db7c9017bf26be2be40ed5eb
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
require 'spec_helper' describe 'Kernel' do it 'adds class_eval to Object' do o = Object.new class << o; @x = 1; end assert_equal 1, o.class_eval { @x } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-activesupport-0.2.0 | spec/core_ext/kernel_spec.rb |