# File lib/yard/code_objects/method_object.rb, line 170 def name(prefix = false) prefix ? (sep == ISEP ? "#{sep}#{super}" : super.to_s) : super end