last_error=(error)
Sets the last Error of the current executing Thread to error
# File ext/fiddle/lib/fiddle.rb, line 25 def self.last_error= error Thread.current[:__DL2_LAST_ERROR__] = error Thread.current[:__FIDDLE_LAST_ERROR__] = error end