Sha256: 4fe8f5755d61749af2623d60c0e2560b49c2e83509f3cd598491edfbb21c6825

Contents?: true

Size: 145 Bytes

Versions: 15

Compression:

Stored size: 145 Bytes

Contents

class RaiseWithoutSelf
	def test
		raise_without_self "Error"
	end
	
	def test2
		raise_without_self "Error", [RaiseWithoutSelf, Raise2]
	end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
ruby-ext-0.2.16 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.15 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.13 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.12 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.11 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.10 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.9 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.8 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.7 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.6 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.5 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.4 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
ruby-ext-0.2.3 old/spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
RubyExt-0.1.1 spec/RubyExt/ForKernel/RaiseWithoutSelf.rb
RubyExt-0.1.2 spec/RubyExt/ForKernel/RaiseWithoutSelf.rb