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