diff options
| author | Tom Black <[email protected]> | 2017-02-17 00:53:59 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-02-17 00:53:59 -0500 |
| commit | d426b3c21269df23cfbc4dd634c35d5d487aa090 (patch) | |
| tree | 9e317889f5647c36bc75637cb1e8d40184961370 /ext | |
| parent | e11976895af419e7411ae1d326779ff04909b6ca (diff) | |
| download | ruby2d-d426b3c21269df23cfbc4dd634c35d5d487aa090.tar.gz ruby2d-d426b3c21269df23cfbc4dd634c35d5d487aa090.zip | |
Minor cleanup
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ruby2d/extconf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb index 305f5fc..592ccaa 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -5,8 +5,8 @@ $errors = [] class String def colorize(c); "\e[#{c}m#{self}\e[0m" end - def bold; colorize('1') end - def red; colorize('1;31') end + def bold; colorize('1') end + def red; colorize('1;31') end end def print_errors |
