# File lib/yard/code_objects/base.rb, line 231 def name(prefix = false) prefix ? @name.to_s : @name end