summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/tkDND/shape.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/tkDND/shape.rb')
-rw-r--r--ext/tk/lib/tkextlib/tkDND/shape.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/tkDND/shape.rb b/ext/tk/lib/tkextlib/tkDND/shape.rb
index 0f6a5f0a3..570c93b0d 100644
--- a/ext/tk/lib/tkextlib/tkDND/shape.rb
+++ b/ext/tk/lib/tkextlib/tkDND/shape.rb
@@ -18,6 +18,12 @@ module Tk
module TkDND
module Shape
extend TkCore
+
+ PACKAGE_NAME = 'shape'.freeze
+ def self.package_name
+ PACKAGE_NAME
+ end
+
=begin
def self.package_version
begin