Method: React::Component::ClassMethods#backtrace

Defined in:
lib/react/component/class_methods.rb

#backtrace(*args) ⇒ Object



14
15
16
17
# File 'lib/react/component/class_methods.rb', line 14

def backtrace(*args)
  @dont_catch_exceptions = (args[0] == :none)
  @backtrace_off = @dont_catch_exceptions || (args[0] == :off)
end