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
1 changed files with 1 additions and 1 deletions

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+.