Sha256: e25f3872de04cacb8e35b97eee9e0d989b4990e4f280077f974d34f049090ad4

Contents?: true

Size: 313 Bytes

Versions: 30

Compression:

Stored size: 313 Bytes

Contents

class Testing
  def pub; end

  private

  def priv; end
  def notpriv; end
  def notpriv2; end
  def notpriv?; end

  protected

  def prot; end

  public

  def pub2; end

  protected :notpriv, 'notpriv2', :notpriv?

  private name
  private *argument
  private *(method_call)

  def Foo; end
  private :Foo
end

Version data entries

30 entries across 21 versions & 3 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.9.1.beta.3 vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.9.1.beta vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.9.0 vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.2.0 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.2.0 vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.8.3 vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.8.3 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.3 spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.8.1 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-rolls-0.1.0 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.8.0.pre vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.7.1 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.7.0 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.7.0.pre2 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt
challah-0.7.0.pre vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/visibility_handler_001.rb.txt