class YARD::I18n::Message
def add_location(path, line)
-
(void)
-
Parameters:
-
line
(Integer
) -- the line number where the message appears. -
path
(String
) -- the path where the message appears.
def add_location(path, line) @locations << [path, line] end