# File lib/bundler/ui/shell.rb, line 67 def level(name = nil) name ? LEVELS.index(name) <= LEVELS.index(@level) : @level end