Sha256: 58a26a09f3a3f1c01c3df52e1d899c67c6bc8514541ec9826fbebf8fe41dccdc

Contents?: true

Size: 323 Bytes

Versions: 131

Compression:

Stored size: 323 Bytes

Contents

module ModName
  private

  # Docstring
  module OtherModName
  end
end

module            StressTest; end

module A; end

module Q
	module A::B
	end
	module FOO; end
end

module ::Kernel
  def x; end
end

module A; end
module B; end
module C; end
class D; include A; include B; include C; end

Z = Q
module Z::FOO::A; end

Version data entries

131 entries across 109 versions & 12 rubygems

Version Path
challah-0.5.4 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/spec/handlers/examples/module_handler_001.rb.txt
yard-0.7.5 spec/handlers/examples/module_handler_001.rb.txt
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/spec/handlers/examples/module_handler_001.rb.txt
nutshell-crm-0.0.5 vendor/bundle/gems/yard-0.7.4/spec/handlers/examples/module_handler_001.rb.txt
nutshell-crm-0.0.4 vendor/bundle/gems/yard-0.7.4/spec/handlers/examples/module_handler_001.rb.txt
nutshell-crm-0.0.3 vendor/bundle/gems/yard-0.7.4/spec/handlers/examples/module_handler_001.rb.txt