Sha256: bcaa6dca52e1d2806db04ba198c4b8eb658bcb0b9c0a26ab184578fcddbc403b

Contents?: true

Size: 360 Bytes

Versions: 38

Compression:

Stored size: 360 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

  private

  class Bar; end
  module Baz; end
end

Version data entries

38 entries across 32 versions & 6 rubygems

Version Path
yard-0.8.7 spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0 vendor/bundle/gems/yard-0.8.6.1/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.6.2 spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.6.1/spec/handlers/examples/visibility_handler_001.rb.txt
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/yard-0.8.6.1/spec/handlers/examples/visibility_handler_001.rb.txt
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/yard-0.8.6.1/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.6.1 spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta2 vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta2 vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.6 spec/handlers/examples/visibility_handler_001.rb.txt
challah-1.0.0.beta vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.5.2 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.5.1 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.5 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.4.1 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.8.4 spec/handlers/examples/visibility_handler_001.rb.txt