diff options
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/hash.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mrblib/hash.rb b/mrblib/hash.rb index 539efcdf3..6fae521a8 100644 --- a/mrblib/hash.rb +++ b/mrblib/hash.rb @@ -143,14 +143,6 @@ class Hash end ## - # Create a direct instance of the class Hash. - # - # ISO 15.2.13.4.16 - def initialize(*args, &block) - self.__init_core(block, *args) - end - - ## # Replaces the contents of <i>hsh</i> with the contents of other hash # # ISO 15.2.13.4.23 |
