mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
98eaac15ff
commit
c5824f38ad
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ require "delegate"
|
||||||
# c['baz'] = Object.new
|
# c['baz'] = Object.new
|
||||||
# c['qux'] = omg
|
# c['qux'] = omg
|
||||||
# puts c.inspect
|
# puts c.inspect
|
||||||
# #=> {"foo"=>"bar", "baz"=>#<Object:0x007f4ddfc6cb48>, "qux"=>"omg"}
|
# #=> {"foo"=>"bar", "baz"=>#<Object:0x007f4ddfc6cb48>, "qux"=>"lol"}
|
||||||
#
|
#
|
||||||
# # Now run the garbage collector
|
# # Now run the garbage collector
|
||||||
# GC.start
|
# GC.start
|
||||||
|
|
Loading…
Add table
Reference in a new issue