We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b9682 commit 4375b52Copy full SHA for 4375b52
lib/thor/actions/file_manipulation.rb
@@ -348,7 +348,7 @@ def capture(*args)
348
end
349
350
def with_output_buffer(buf = "".dup) #:nodoc:
351
- raise ArgumentError, "Buffer can not be a frozen object" if buf.frozen?
+ raise ArgumentError, "Buffer cannot be a frozen object" if buf.frozen?
352
old_buffer = output_buffer
353
self.output_buffer = buf
354
yield
0 commit comments