module Bundler::Molinillo::UI

def debug?

Returns:
  • (Boolean) -
def debug?
  @debug_mode ||= ENV['MOLINILLO_DEBUG']
end