summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-20 21:09:43 -0700
committerTom Black <[email protected]>2018-09-20 21:09:43 -0700
commit23fea974a4369282905abf36f051bbbfc7e36863 (patch)
treeebd90209392aa4930647f02d7450bb5c3d8523c6 /bin
parent35a1c94eeef017413d0a20e68082441d2cd13264 (diff)
downloadruby2d-23fea974a4369282905abf36f051bbbfc7e36863.tar.gz
ruby2d-23fea974a4369282905abf36f051bbbfc7e36863.zip
Add `Circle` class
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ruby2d1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index c5a94bf..d1ff995 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -21,6 +21,7 @@ end
'dsl',
'quad',
'line',
+ 'circle',
'rectangle',
'square',
'triangle',