• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Markdown shard for the Crystal programming language


コミットメタ情報

リビジョンe90bbdf6f729449003be12455bfe0f2e22eeb8a4 (tree)
日時2023-12-28 13:08:25
作者supercell <stigma@disr...>
コミッターsupercell

ログメッセージ

Remove unused spec/util.cr file

変更サマリ

  • delete: spec/util.cr

差分

--- a/spec/util.cr
+++ /dev/null
@@ -1,5 +0,0 @@
1-require "colorize"
2-
3-def whitespace_color(input : String) : String
4- input.gsub(" ", "·".colorize(:light_blue)).gsub("\t", "\t".colorize.back(:dark_gray))
5-end