1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

removed unnecessary config plugins.enabled option

This commit is contained in:
John Mair 2012-01-30 14:19:10 +13:00
parent 1903c19d91
commit 1ba42f49ea

View file

@ -129,7 +129,6 @@ class Pry
# Config option for plugins:
# sub-options include:
# `plugins.enabled` (Boolean) to toggle the loading of plugins on and off wholesale. (defaults to true)
# `plugins.strict_loading` (Boolean) which toggles whether referring to a non-existent plugin should raise an exception (defaults to `false`)
# @return [OpenStruct]
attr_accessor :plugins