Skip to content

Commit e634e94

Browse files
andrykonchineregon
authored andcommitted
Fix typo and remove redundant imports
1 parent 930558b commit e634e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/kernel/fixtures/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def initialize_copy(other, **kw)
285285
ScratchPad.record object_id
286286
end
287287

288-
# define to to support calling #clone with optional :freeze keyword argument
288+
# define to support calling #clone with optional :freeze keyword argument
289289
def initialize_clone(other, **kw)
290290
super(other) # to call #initialize_copy
291291
end

0 commit comments

Comments
 (0)