Sha256: a97f3e8966c46d3ff4239e11ca484ab1e892113a55ad88feb6fb26a6539b617d

Contents?: true

Size: 223 Bytes

Versions: 16

Compression:

Stored size: 223 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?
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
yard-0.5.8 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.7 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.6 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.5 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.4 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.3 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.2 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.1p1 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.1 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.5.0 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.4.0 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.2.3.5 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.2.3.4 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.2.3.2 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.2.3.3 spec/handlers/examples/visibility_handler_001.rb.txt
yard-0.2.3 spec/handlers/examples/visibility_handler_001.rb.txt