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 930558b commit e634e94Copy full SHA for e634e94
1 file changed
core/kernel/fixtures/classes.rb
@@ -285,7 +285,7 @@ def initialize_copy(other, **kw)
285
ScratchPad.record object_id
286
end
287
288
- # define to to support calling #clone with optional :freeze keyword argument
+ # define to support calling #clone with optional :freeze keyword argument
289
def initialize_clone(other, **kw)
290
super(other) # to call #initialize_copy
291
0 commit comments