Class: GdkPixbuf::PixbufLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/gdk_pixbuf2/pixbuf-loader.rb

Instance Method Summary collapse

Instance Method Details

#last_write(data) ⇒ Object



19
20
21
22
# File 'lib/gdk_pixbuf2/pixbuf-loader.rb', line 19

def last_write(data)
  write(data)
  close
end