Skip to content

Commit

Permalink
Generate RDoc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
viralpraxis committed Sep 19, 2024
1 parent b400726 commit c0abb65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/cops_threadsafety.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Avoid using `Dir.chdir` due to its process-wide effect.
----
# bad
Dir.chdir("/var/run")
# bad
FileUtils.chdir("/var/run")
----
== ThreadSafety/InstanceVariableInClassMethod
Expand Down

0 comments on commit c0abb65

Please sign in to comment.