summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorChris Aporta <[email protected]>2016-03-13 14:12:30 -0400
committerChris Aporta <[email protected]>2016-03-13 14:12:30 -0400
commit721b7dc6d75dd3cd3ddd1a5c1a4a2ac2dea44f14 (patch)
treed2d17bb28c319638ef73877f3f90a252fa0c558b /lib
parentb62de933e0957991d99b8af2e040b8252dc8587d (diff)
downloadruby2d-721b7dc6d75dd3cd3ddd1a5c1a4a2ac2dea44f14.tar.gz
ruby2d-721b7dc6d75dd3cd3ddd1a5c1a4a2ac2dea44f14.zip
remove require statement for pry in window.rb
Diffstat (limited to 'lib')
-rw-r--r--lib/ruby2d/window.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ruby2d/window.rb b/lib/ruby2d/window.rb
index f5f81a1..1b3698e 100644
--- a/lib/ruby2d/window.rb
+++ b/lib/ruby2d/window.rb
@@ -1,5 +1,4 @@
# window.rb
-require 'pry'
module Ruby2D
class Window