Skip to content

Commit

Permalink
fix: update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed May 25, 2024
1 parent 620b685 commit 54bc9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/thor/actions/file_manipulation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ def inject_into_module(path, module_name, *args, &block)
#
# ==== Example
#
# gsub_file 'app/controllers/application_controller.rb', /#\s*(filter_parameter_logging :password)/, '\1'
# gsub_file! 'app/controllers/application_controller.rb', /#\s*(filter_parameter_logging :password)/, '\1'
#
# gsub_file 'README', /rake/, :green do |match|
# gsub_file! 'README', /rake/, :green do |match|
# match << " no more. Use thor!"
# end
#
Expand Down

0 comments on commit 54bc9de

Please sign in to comment.