APIdock / Ruby
/
method

last_error

ruby latest stable - Class: Fiddle
last_error()
public

Returns the last Error of the current executing Thread or nil if none

# File ext/fiddle/lib/fiddle.rb, line 21
 def self.last_error
 Thread.current[:__FIDDLE_LAST_ERROR__]
 end

AltStyle によって変換されたページ (->オリジナル) /