mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
value.rb: remove DL
* ext/fiddle/lib/fiddle/value.rb (Fiddle::ValueUtil#wrap_arg): remove deprecated require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d8da36dd22
commit
1459cabe70
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ module Fiddle
|
|||
end
|
||||
|
||||
def wrap_arg(arg, ty, funcs = [], &block)
|
||||
require 'dl/func'
|
||||
|
||||
funcs ||= []
|
||||
case arg
|
||||
when nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue