Skip to content

Commit

Permalink
Fix error that appeared only when running YARD.
Browse files Browse the repository at this point in the history
Didn't show up during tests.
  • Loading branch information
thomthom committed Feb 27, 2019
1 parent 6485591 commit 05f0fa9
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 Common::MethodHandler
include Handlers::Common::MethodHandler

handles :def, :defs

Expand Down

0 comments on commit 05f0fa9

Please sign in to comment.