Skip to content

Commit

Permalink
refactor fix private attribute warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Apr 4, 2013
1 parent 8bfb41e commit 1394364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/thor/actions/file_manipulation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,10 @@ def remove_file(path, config={})
alias :remove_dir :remove_file

attr_accessor :output_buffer
private :output_buffer, :output_buffer=

private

private :output_buffer
def concat(string)
@output_buffer.concat(string)
end
Expand Down

0 comments on commit 1394364

Please sign in to comment.