Skip to content

Commit 5bafd19

Browse files
committed
wiki/BBSRubySyntax.md: Enclose Ruby builtin functions with
1 parent b01cf81 commit 5bafd19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wiki/BBSRubySyntax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@ _`bbs.getmaxyx()`_ |傳回目前螢幕大小 `(my,mx)`, 實際可移動
154154
------------------------ | ----------------------------------------------
155155
~~`bbs.time()`~~ |現在時間 (以數字表示),精準度到秒 (處理速度較快)
156156
~~`bbs.now()`~~ |同 `time()`
157-
 | 請使用 Ruby 內建的 Time.now
157+
 | 請使用 Ruby 內建的 `Time.now`
158158
 |
159159
~~`bbs.ctime()`~~ |現在時間 (以字串表示)
160-
 | 請使用 Ruby 內建的 Time.now.to_s
160+
 | 請使用 Ruby 內建的 `Time.now.to_s`
161161
 |
162162
`bbs.clock()` |高精準度的時間 (可到秒的小數點以下但速度較慢)
163163
~~`bbs.sleep(sec)`~~ |停止執行 `sec` 秒 (可到小數點以下)
164-
 | 請使用 Ruby 內建的 sleep。
164+
 | 請使用 Ruby 內建的 `sleep`
165165

166166
BBS 資訊 ||
167167
------------------------ | ------------------

0 commit comments

Comments
 (0)