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:
parent
7daf1d2ce9
commit
13f8c1e688
1 changed files with 1 additions and 1 deletions
|
@ -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+.
|
||||
|
|
Loading…
Reference in a new issue