Sha256: 352d87535302b273ec3ceb00af0fddb43047d1a1da7134dfe09b18309a019d59

Contents?: true

Size: 411 Bytes

Versions: 29

Compression:

Stored size: 411 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 def decpriv; end

  private

  class Bar; end
  module Baz; end

  private :not_exist!
end

Version data entries

29 entries across 26 versions & 4 rubygems

Version Path
yard-0.9.24 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.23 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.22 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.21 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.20 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.19 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.16 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.15 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.14 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.13 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.12 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.11 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.10 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.9 spec/handlers/examples/visibility_handler_001.rb.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.4.0/gems/yard-0.9.8/spec/handlers/examples/visibility_handler_001.rb.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.2.0/gems/yard-0.9.8/spec/handlers/examples/visibility_handler_001.rb.txt
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/yard-0.9.8/spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.9.8 spec/handlers/examples/visibility_handler_001.rb.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/visibility_handler_001.rb.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/visibility_handler_001.rb.txt