Module: Trailblazer::Pro::Operation::WTF
- Defined in:
- lib/trailblazer/pro/operation/WTF.rb
Instance Method Summary collapse
-
#WTF?(options) ⇒ Boolean
Operation.WTF? will always use web tracing and CLI.
Instance Method Details
#WTF?(options) ⇒ Boolean
Operation.WTF? will always use web tracing and CLI.
6 7 8 9 10 11 12 13 |
# File 'lib/trailblazer/pro/operation/WTF.rb', line 6 def WTF?() call_with_public_interface( , {}, invoke_class: Trailblazer::Pro::Trace::Wtf, present_options: {render_wtf: true} ) end |