Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_1_10) is shown here.
fiddle?()
public
Returns true if DL is using Fiddle, the libffi wrapper.
# File ext/dl/lib/dl.rb, line 12
def self.fiddle?
Object.const_defined?(:Fiddle)
end