Top Level Namespace

Defined Under Namespace

Modules: Vips

Instance Method Summary collapse

Instance Method Details

#log(str) ⇒ Object



8
9
10
11
12
# File 'lib/vips.rb', line 8

def log str 
    if $vips_debug
        puts str
    end
end

#showallObject



148
149
150
151
152
153
# File 'lib/vips.rb', line 148

def showall 
    if $vips_debug
        GC.start 
        Vips::Object::print_all 
    end
end