class RubyIndexer::Entry

def protected?

: -> bool
def protected?
  @visibility == :protected
end