1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.

* ext/tk/lib/tk/msgcat.rb: ditto.
* ext/tk/lib/tk/winpkg.rb: ditto.
* ext/tk/lib/tkextlib/*: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-05-30 14:53:52 +00:00
parent 39053cfbbd
commit 66b1af33af
48 changed files with 327 additions and 4 deletions

View file

@ -16,6 +16,11 @@ TkPackage.require('img::jpeg')
module Tk
module Img
module JPEG
PACKAGE_NAME = 'img::jpeg'.freeze
def self.package_name
PACKAGE_NAME
end
def self.package_version
begin
TkPackage.require('img::jpeg')