class YARD::I18n::Message

def add_location(path, line)

Returns:
  • (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