module Gtk3App

Public Class Methods

quit!() click to toggle source

Monkey patching a missing feature

# File lib/gtk2mp3.rb, line 8
def Gtk3App.quit!
  @program.quit!
end