mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/syck/gram.c: sequence-in-map shortcut, transfer methods on
sequence-in-sequence, memory leak in mapping merge. [0.28] * ext/syck/syck.c: memory leak in domain anchoring. [0.28] * lib/yaml/rubytypes.rb, lib/yaml/types.rb: eliminated 1.6.x code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cf13323ff4
commit
f5a6a36471
8 changed files with 245 additions and 162 deletions
|
@ -3,9 +3,6 @@ require 'date'
|
|||
# Type conversions
|
||||
#
|
||||
|
||||
# Ruby 1.6.x Object#object_id
|
||||
class Object; alias_method :object_id, :id; end unless Object.respond_to? :object_id
|
||||
|
||||
class Object
|
||||
def is_complex_yaml?
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue