Module: Trailblazer::Pro::Operation::WTF

Defined in:
lib/trailblazer/pro/operation/WTF.rb

Instance Method Summary collapse

Instance Method Details

#WTF?(options) ⇒ Boolean

Operation.WTF? will always use web tracing and CLI.

Returns:

  • (Boolean)


6
7
8
9
10
11
12
13
# File 'lib/trailblazer/pro/operation/WTF.rb', line 6

def WTF?(options)
  call_with_public_interface(
    options, 
    {}, 
    invoke_class:     Trailblazer::Pro::Trace::Wtf, 
    present_options: {render_wtf: true}
  )
end