class RubyIndexer::Entry::SingletonClass

def update_singleton_information(location, name_location, comments)

: (Location location, Location name_location, String? comments) -> void
def update_singleton_information(location, name_location, comments)
  @location = location
  @name_location = name_location
  (@comments ||= +"") << comments if comments
end