class RubyIndexer::Entry::SingletonClass
def update_singleton_information(location, name_location, comments)
def update_singleton_information(location, name_location, comments) @location = location @name_location = name_location (@comments ||= +"") << comments if comments end