Sha256: 0ed103a555a1e3dba6e10945aa03b06e2a1f5ff457d33efb5dede5a63f4d1b68

Contents?: true

Size: 322 Bytes

Versions: 9

Compression:

Stored size: 322 Bytes

Contents

# (see Ruby::ModuleHandler)
class YARD::Handlers::Ruby::Legacy::ModuleHandler < YARD::Handlers::Ruby::Legacy::Base
  handles TkMODULE
  
  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

9 entries across 9 versions & 1 rubygems

Version Path
yard-0.6.8 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.7 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.6 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.5 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.4 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.3 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.2 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.1 lib/yard/handlers/ruby/legacy/module_handler.rb
yard-0.6.0 lib/yard/handlers/ruby/legacy/module_handler.rb