Module: Tk::Img::SGI (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/tkimg/sgi.rb

Class/Module Index [+]

Quicksearch

Tk::Img::SGI

Constants

PACKAGE_NAME

Public Class Methods

package_name()
 
               # File tk/lib/tkextlib/tkimg/sgi.rb, line 21
def self.package_name
  PACKAGE_NAME
end
            
package_version()
 
               # File tk/lib/tkextlib/tkimg/sgi.rb, line 25
def self.package_version
  begin
    TkPackage.require('img::sgi')
  rescue
    ''
  end
end