Skip to content

Commit

Permalink
Add Kernel#initialize_clone
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgaldino committed Sep 16, 2012
1 parent d45b0ed commit bac770b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/common/kernel19.rb
Expand Up @@ -251,4 +251,8 @@ def <=>(other)
def initialize_dup(other)
initialize_copy(other)
end

def initialize_clone(other)
initialize_copy(other)
end
end

0 comments on commit bac770b

Please sign in to comment.