class Bundler::UI::Shell

def level(name = nil)

def level(name = nil)
  name ? LEVELS.index(name) <= LEVELS.index(@level) : @level
end