lib/yard/handlers/ruby/dsl_handler.rb in yard-0.9.16 vs lib/yard/handlers/ruby/dsl_handler.rb in yard-0.9.17
- old
+ new
@@ -1,15 +1,15 @@
-# frozen_string_literal: true
-module YARD
- module Handlers
- module Ruby
- # Handles automatic detection of dsl-style methods
- class DSLHandler < Base
- include CodeObjects
- include DSLHandlerMethods
- handles method_call
- namespace_only
- process { handle_comments }
- end
- end
- end
-end
+# frozen_string_literal: true
+module YARD
+ module Handlers
+ module Ruby
+ # Handles automatic detection of dsl-style methods
+ class DSLHandler < Base
+ include CodeObjects
+ include DSLHandlerMethods
+ handles method_call
+ namespace_only
+ process { handle_comments }
+ end
+ end
+ end
+end