Skip to content

Commit 1394364

Browse files
committed
refactor fix private attribute warning
1 parent 8bfb41e commit 1394364

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/thor/actions/file_manipulation.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,10 @@ def remove_file(path, config={})
294294
alias :remove_dir :remove_file
295295

296296
attr_accessor :output_buffer
297+
private :output_buffer, :output_buffer=
298+
299+
private
297300

298-
private :output_buffer
299301
def concat(string)
300302
@output_buffer.concat(string)
301303
end

0 commit comments

Comments
 (0)