mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Make comment to YARD format
This commit is contained in:
parent
0cd2122c31
commit
0d3ecbc78e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Pry
|
|||
((@count - size)...@count).map { |n| @hash[n] }
|
||||
end
|
||||
|
||||
# Returns [Hash] copy of the internal @hash history
|
||||
# @return [Hash] copy of the internal @hash history
|
||||
def to_h
|
||||
@hash.dup
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue