diff options
| author | Chris Aporta <[email protected]> | 2016-03-13 13:50:30 -0400 |
|---|---|---|
| committer | Chris Aporta <[email protected]> | 2016-03-13 13:50:30 -0400 |
| commit | b62de933e0957991d99b8af2e040b8252dc8587d (patch) | |
| tree | 540cc2723cbcf4b236828f520870063d142d4811 | |
| parent | cc85864f0936262f7bab586f9f2b22cd08059a12 (diff) | |
| download | ruby2d-b62de933e0957991d99b8af2e040b8252dc8587d.tar.gz ruby2d-b62de933e0957991d99b8af2e040b8252dc8587d.zip | |
remove binding whoops
| -rw-r--r-- | tests/testcard.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testcard.rb b/tests/testcard.rb index 4954d20..1ab2267 100644 --- a/tests/testcard.rb +++ b/tests/testcard.rb @@ -1,6 +1,5 @@ require 'ruby2d' -binding.pry set width: 700, height: 500, title: "Ruby 2D – Testcard" # Read window attributes |
