1
0
Fork 0
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:
takiy33 2015-06-14 10:28:25 +09:00
parent 0cd2122c31
commit 0d3ecbc78e

View file

@ -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