Skip to content

Instantly share code, notes, and snippets.

@Sixeight
Last active December 12, 2015 12:19
Show Gist options
  • Save Sixeight/4771462 to your computer and use it in GitHub Desktop.
Save Sixeight/4771462 to your computer and use it in GitHub Desktop.
Preference-ENGINE:/Users/tomohiro:(---) 2.0.0-rc2
2:16:> irb
irb(main):001:0> require 'fiddle'
=> true
irb(main):002:0> DL
NameError: uninitialized constant DL
from (irb):2
from /Users/tomohiro/.rbenv/versions/2.0.0-rc2/bin/irb:12:in `<main>'
irb(main):003:0>
Preference-ENGINE:/Users/tomohiro:(---) 2.0.0-rc2
2:18:> irb
irb(main):001:0> require 'dl'
DL is deprecated, please use Fiddle
=> true
irb(main):002:0> DL
=> DL
irb(main):003:0> DL.fiddle?
=> true
irb(main):004:0>
Preference-ENGINE:/Users/tomohiro:(---) 1.9.3-p374
2:18:> irb
irb(main):001:0> require 'fiddle'
=> true
irb(main):002:0> DL
=> DL
irb(main):003:0> DL.fiddle?
=> true
irb(main):004:0>
@Sixeight
Copy link
Author

@tenderlove Thank you for your information!
and thank you for your patch for spring!

@Sixeight
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment