lib/yard/handlers/ruby/legacy/module_handler.rb in yard-0.5.8 vs lib/yard/handlers/ruby/legacy/module_handler.rb in yard-0.6.0
- old
+ new
@@ -1,4 +1,5 @@
+# (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]
\ No newline at end of file