class Object

Public Instance Methods

log(str) click to toggle source

@private

# File lib/vips8.rb, line 8
def log str 
    if $vips_debug
        puts str
    end
end
showall() click to toggle source

@private

# File lib/vips8.rb, line 147
def showall 
    if $vips_debug
        GC.start 
        Vips::Object::print_all 
    end
end