1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Code::LOC: tuple should be "reader"

There is no need to expose the "writer" method.

Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
Kyrylo Silin 2013-01-07 00:17:28 +02:00
parent 7daf1d2ce9
commit 13f8c1e688

View file

@ -20,7 +20,7 @@ class Pry
class LOC
# @return [Array<String, Integer>]
attr_accessor :tuple
attr_reader :tuple
# @param [String] line The line of code.
# @param [Integer] lineno The position of the +line+.