class RubyIndexer::Entry::Member

def initialize(name, file_path, location, comments, owner)

def initialize(name, file_path, location, comments, owner)
  super(name, file_path, location, comments)
  @owner = owner
end

def parameters; end

def parameters; end