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