Skip to content

Commit

Permalink
Yet another namespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Feb 27, 2019
1 parent 05f0fa9 commit 0b1f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/handlers/ruby/method_handler.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# Handles a method definition
class YARD::Handlers::Ruby::MethodHandler < YARD::Handlers::Ruby::Base
include Handlers::Common::MethodHandler
include YARD::Handlers::Common::MethodHandler

handles :def, :defs

Expand Down

0 comments on commit 0b1f946

Please sign in to comment.