Sha256: 4b56a21a7c42d066cc73e5fc82dd94dc890eb34e9aacf720d43f5aadb7597ba1

Contents?: true

Size: 337 Bytes

Versions: 106

Compression:

Stored size: 337 Bytes

Contents

# (see Ruby::ModuleHandler)
class YARD::Handlers::Ruby::Legacy::ModuleHandler < YARD::Handlers::Ruby::Legacy::Base
  handles TkMODULE
  namespace_only

  process do
    modname = statement.tokens.to_s[/^module\s+(#{NAMESPACEMATCH})/, 1]
    mod = register ModuleObject.new(namespace, modname)
    parse_block(:namespace => mod)
  end
end

Version data entries

106 entries across 86 versions & 10 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/module_handler.rb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.5 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.4 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.3 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.2 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.1 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.9.0 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.8.7.6 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.8.7.5 lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.8.7.4 lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb