diff options
| author | Tom Black <[email protected]> | 2017-02-17 00:30:07 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-02-17 00:30:07 -0500 |
| commit | b017a89612b3e264467eeb481f2c4bfeee81e825 (patch) | |
| tree | 20b48e490226bba361e9d12d20df518c7a481c3f /bin | |
| parent | 88dec9d773e7960a525df8f0b7b9d09a180ac8c7 (diff) | |
| download | ruby2d-b017a89612b3e264467eeb481f2c4bfeee81e825.tar.gz ruby2d-b017a89612b3e264467eeb481f2c4bfeee81e825.zip | |
Clean up exception class, move up in require order
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ruby2d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,7 @@ end # The Ruby 2D library files @lib_files = [ + 'exceptions', 'color', 'window', 'application', @@ -26,7 +27,6 @@ end 'image', 'sprite', 'text', - 'exceptions' ] |
