Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tkextlib/tktrans/tktrans.rb

Class/Module Index [+]

Quicksearch

Tk::TkTrans

Constants

PACKAGE_NAME

Public Class Methods

package_name() click to toggle source
 
               # File tk/lib/tkextlib/tktrans/tktrans.rb, line 18
def self.package_name
  PACKAGE_NAME
end
            
package_version() click to toggle source
 
               # File tk/lib/tkextlib/tktrans/tktrans.rb, line 22
def self.package_version
  begin
    TkPackage.require('tktrans')
  rescue
    ''
  end
end