Skip to content

Commit

Permalink
Merge pull request #1178 from gmalette/gm/fix-annotation-of-files
Browse files Browse the repository at this point in the history
Fix annotation in CodeObjects::Base#files
  • Loading branch information
lsegal committed Aug 11, 2018
2 parents 8a7befd + 465e1f9 commit e46506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/code_objects/base.rb
Expand Up @@ -132,7 +132,7 @@ def push(value)
# @see NamespaceMapper.register_separator
class Base
# The files the object was defined in. To add a file, use {#add_file}.
# @return [Array<String>] a list of files
# @return [Array<Array(String, Integer)>] a list of files
# @see #add_file
attr_reader :files

Expand Down

0 comments on commit e46506a

Please sign in to comment.