lib/yard/handlers/ruby/extend_handler.rb in yard-0.9.5 vs lib/yard/handlers/ruby/extend_handler.rb in yard-0.9.6
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
# Handles 'extend' call to include modules into the class scope of another
# @see MixinHandler
class YARD::Handlers::Ruby::ExtendHandler < YARD::Handlers::Ruby::MixinHandler
handles method_call(:extend)
namespace_only