lib/yard/handlers/ruby/legacy/dsl_handler.rb in yard-0.9.18 vs lib/yard/handlers/ruby/legacy/dsl_handler.rb in yard-0.9.19
- old
+ new
@@ -1,17 +1,17 @@
-# frozen_string_literal: true
-module YARD
- module Handlers
- module Ruby
- module Legacy
- # (see Ruby::DSLHandler)
- class DSLHandler < Base
- include CodeObjects
- include DSLHandlerMethods
- handles TkIDENTIFIER
- namespace_only
- process { handle_comments }
- end
- end
- end
- end
-end
+# frozen_string_literal: true
+module YARD
+ module Handlers
+ module Ruby
+ module Legacy
+ # (see Ruby::DSLHandler)
+ class DSLHandler < Base
+ include CodeObjects
+ include DSLHandlerMethods
+ handles TkIDENTIFIER
+ namespace_only
+ process { handle_comments }
+ end
+ end
+ end
+ end
+end