mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Improve doc guide compliance (#8221)
This commit is contained in:
parent
d9d4ae511a
commit
8c5b9ebf71
8 changed files with 27 additions and 27 deletions
|
@ -894,8 +894,8 @@ wkmap_clear(VALUE self)
|
|||
* call-seq:
|
||||
* map.inspect -> new_string
|
||||
*
|
||||
* Returns a new \String containing informations about the map:
|
||||
|
||||
* Returns a new String containing informations about the map:
|
||||
*
|
||||
* m = ObjectSpace::WeakKeyMap.new
|
||||
* m[key] = value
|
||||
* m.inspect # => "#<ObjectSpace::WeakKeyMap:0x00000001028dcba8 size=1>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue