handler()
The Fiddle::CompositeHandler instance
Will raise an error if no handlers are open.
# File ext/fiddle/lib/fiddle/import.rb, line 262 def handler (@handler ||= nil) or raise "call dlload before importing symbols and functions" end