Method: Exception.exception
- Defined in:
- lib/source/ruby.rb
.exception(arg) ⇒ Object
call-seq:
Exception.exception(arg) -> exception
Equivalent to Exception::new
.
2888 2889 2890 |
# File 'lib/source/ruby.rb', line 2888 def self.exception(arg) `this.m$new(arg)` end |