Method: Xnlogic::UI::Shell#debug?

Defined in:
lib/xnlogic/ui/shell.rb

#debug?Boolean

Returns:

  • (Boolean)


37
38
39
40
# File 'lib/xnlogic/ui/shell.rb', line 37

def debug?
  # needs to be false instead of nil to be newline param to other methods
  level("debug")
end