Sha256: 33deedc59f7b45fd46f89afdabcc0cc499c5cf8aab97e02b6492620f5ca5056c

Contents?: true

Size: 139 Bytes

Versions: 6

Compression:

Stored size: 139 Bytes

Contents

module A
  class B
	notaconstant = 2
    SOMECONSTANT= "hello"

    def method
      SOMECONSTANT = "don't document this"
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yard-0.2.3.5 spec/handlers/examples/constant_handler_001.rb.txt
yard-0.2.3.4 spec/handlers/examples/constant_handler_001.rb.txt
yard-0.2.3.2 spec/handlers/examples/constant_handler_001.rb.txt
yard-0.2.3.3 spec/handlers/examples/constant_handler_001.rb.txt
yard-0.2.2 spec/handlers/examples/constant_handler_001.rb.txt
yard-0.2.3 spec/handlers/examples/constant_handler_001.rb.txt