# File lib/yard/templates/helpers/uml_helper.rb, line 8 def uml_visibility(object) case object.visibility when :public; '+' when :protected; '#' when :private; '-' end end