lib/yard/handlers/ruby/module_handler.rb in yard-0.5.8 vs lib/yard/handlers/ruby/module_handler.rb in yard-0.6.0
- old
+ new
@@ -1,4 +1,5 @@
+# Handles the declaration of a module
class YARD::Handlers::Ruby::ModuleHandler < YARD::Handlers::Ruby::Base
handles :module
process do
modname = statement[0].source
\ No newline at end of file