Module: Fontina::Windows::Win32::Importer
- Includes:
- Fiddle::Importer
- Defined in:
- lib/fontina/windows/win32/dlload.rb
Constant Summary
Constants included from Marshal
Instance Method Summary collapse
Instance Method Details
#extern ⇒ Object
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 |