Skip to content

Commit 48141f9

Browse files
CodeMeisterCopilot
authored andcommitted
Update .irbrc to downcast "Constants"
Co-authored-by: Copilot <[email protected]>
1 parent 80998d2 commit 48141f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.irbrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def reload!
2-
# Undefine FactoryBot so we can reload Constants and fresh code
2+
# Undefine FactoryBot so we can reload constants and fresh code
33
Object.send(:remove_const, :FactoryBot) if Object.const_defined?(:FactoryBot)
44

55
# Remove all files from the 'loaded' register

0 commit comments

Comments
 (0)