Method: MountDoc::Config.visible_protected_methods=
- Defined in:
- lib/mount_doc/config.rb
.visible_protected_methods=(visible) ⇒ Object
26 27 28 |
# File 'lib/mount_doc/config.rb', line 26 def visible_protected_methods=(visible) @@visible_protected_methods = !!visible end |