class YARD::I18n::Message

def add_comment(comment)

Returns:
  • (void) -

Parameters:
  • comment (String) -- the comment for the message to be added.
def add_comment(comment)
  @comments << comment unless comment.nil?
end