Skip to content

Commit

Permalink
Merge 5e1dc6b into d7a16c5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Aug 7, 2020
2 parents d7a16c5 + 5e1dc6b commit c1f757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/code_objects/method_object.rb
Expand Up @@ -145,7 +145,7 @@ def overridden_method
end

# Returns all alias names of the object
# @return [Array<Symbol>] the alias names
# @return [Array<MethodObject>] the alias names
def aliases
list = []
return list unless namespace.is_a?(NamespaceObject)
Expand Down

0 comments on commit c1f757b

Please sign in to comment.