# File lib/clamp/attribute/definition.rb, line 21
      def help_rhs
        rhs = description
        comments = required_indicator || default_description
        rhs += " (#{comments})" if comments
        rhs
      end