Module: Fontina::Windows::Win32::Importer

Includes:
Fiddle::Importer
Defined in:
lib/fontina/windows/win32/dlload.rb

Constant Summary

Constants included from Marshal

Marshal::BYTE, Marshal::WCHAR

Instance Method Summary collapse

Instance Method Details

#externObject



18
19
20
# File 'lib/fontina/windows/win32/dlload.rb', line 18

def extern(*)
  super.tap { |fn| decorators.send(:define_method, fn.name, &Proc.new) if block_given? }
end