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