Class: Class
- Inherits:
-
Object
- Object
- Class
- Defined in:
- lib/hyper_trace/hyper_trace.rb
Instance Method Summary collapse
- #hyper_trace(*args, &block) ⇒ Object (also: #hypertrace)
Instance Method Details
#hyper_trace(*args, &block) ⇒ Object Also known as: hypertrace
2 3 4 5 |
# File 'lib/hyper_trace/hyper_trace.rb', line 2 def hyper_trace(*args, &block) return unless React::IsomorphicHelpers.on_opal_client? HyperTrace.hyper_trace(self, *args, &block) end |