class Bundler::UI::Shell

def debug?

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