Sha256: fbfaa8110d3744b155e9b869f3d83a2fe10513f58ac35d1317040c5f52535ec8
Contents?: true
Size: 287 Bytes
Versions: 9
Compression:
Stored size: 287 Bytes
Contents
module Gtk _setup_method "init" def self.init_with_auto_argv my_args = init_without_auto_argv [$0, *ARGV] my_args.shift ARGV.replace my_args end class << self alias init_without_auto_argv init alias init init_with_auto_argv end end Gtk.class_eval do end
Version data entries
9 entries across 9 versions & 2 rubygems