class YARD::I18n::Message
def add_comment(comment)
-
(void)
-
Parameters:
-
comment
(String
) -- the comment for the message to be added.
def add_comment(comment) @comments << comment unless comment.nil? end
(void)
-
comment
(String
)
-- the comment for the message to be added.
def add_comment(comment) @comments << comment unless comment.nil? end