Method: YARD::I18n::Message#comments

Defined in:
lib/yard/i18n/message.rb

#commentsSet (readonly)

Returns the set of comments for the messages.

Returns:

  • (Set)

    the set of comments for the messages.

Since:

  • 0.8.1



19
20
21
# File 'lib/yard/i18n/message.rb', line 19

def comments
  @comments
end