lib/knj/ironruby-gtk2/image.rb in knjrbfw-0.0.8 vs lib/knj/ironruby-gtk2/image.rb in knjrbfw-0.0.9
- old
+ new
@@ -1,15 +1,15 @@
class Gtk::Image
- def initialize(*paras)
- if Gtk.takeob
- @ob = Gtk.takeob
- Gtk.takeob = nil
- else
- splitted = self.class.to_s.split("::")
- @ob = RealGtk.const_get(splitted.last).new(*paras)
- end
-
- if !@ob
- raise "Object was not spawned: #{self.class.to_s}"
- end
- end
+ def initialize(*paras)
+ if Gtk.takeob
+ @ob = Gtk.takeob
+ Gtk.takeob = nil
+ else
+ splitted = self.class.to_s.split("::")
+ @ob = RealGtk.const_get(splitted.last).new(*paras)
+ end
+
+ if !@ob
+ raise "Object was not spawned: #{self.class.to_s}"
+ end
+ end
end
\ No newline at end of file