summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-02-17 00:30:07 -0500
committerTom Black <[email protected]>2017-02-17 00:30:07 -0500
commitb017a89612b3e264467eeb481f2c4bfeee81e825 (patch)
tree20b48e490226bba361e9d12d20df518c7a481c3f /bin
parent88dec9d773e7960a525df8f0b7b9d09a180ac8c7 (diff)
downloadruby2d-b017a89612b3e264467eeb481f2c4bfeee81e825.tar.gz
ruby2d-b017a89612b3e264467eeb481f2c4bfeee81e825.zip
Clean up exception class, move up in require order
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ruby2d2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index 98a1e7e..06e1fd2 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -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'
]