Add Ruby code blocks to the documents (#1200)

* Add Ruby code blocks to documents

* Remove Ruby code from en/docs
This commit is contained in:
Yudong Jin
2024-03-31 03:57:11 +08:00
committed by GitHub
parent 034ee65e9a
commit 57bdfd6284
21 changed files with 259 additions and 255 deletions

View File

@@ -371,6 +371,12 @@ $$
// 节点对象 utils.ListNode@1d81eb93 的哈希值为 495053715
```
=== "Ruby"
```ruby title="built_in_hash.rb"
```
=== "Zig"
```zig title="built_in_hash.zig"

View File

@@ -290,6 +290,12 @@
map.remove(10583)
```
=== "Ruby"
```ruby title="hash_map.rb"
```
=== "Zig"
```zig title="hash_map.zig"
@@ -503,6 +509,12 @@
}
```
=== "Ruby"
```ruby title="hash_map.rb"
```
=== "Zig"
```zig title="hash_map.zig"