Skip to content

Commit

Permalink
Merge pull request #325 from vipulnsward/fix_attr_warn
Browse files Browse the repository at this point in the history
refactor fix private attribute warning
  • Loading branch information
eventualbuddha committed Apr 4, 2013
2 parents 8bfb41e + 1394364 commit fc94521
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 fc94521

Please sign in to comment.