Class: GladeXML

Inherits:
Object
  • Object
show all
Defined in:
lib/rudebug/gtk-patch.rb

Overview

This files contains fixes and enhancements to the GTK library

Instance Method Summary collapse

Instance Method Details

#guard_source_from_gc(source) ⇒ Object



10
11
12
# File 'lib/rudebug/gtk-patch.rb', line 10

def guard_source_from_gc(source)
  guard_source_from_gc_without_nil_check(source) unless source.nil?
end

#guard_source_from_gc_without_nil_checkObject



9
# File 'lib/rudebug/gtk-patch.rb', line 9

alias :guard_source_from_gc_without_nil_check :guard_source_from_gc