# File lib/pry/plugins.rb, line 91 def load_plugins @plugins.each do |plugin| plugin.activate! if plugin.enabled? end end