You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code will generate the warning below:
worksheet._images.each {|i| puts i}
/usr/local/lib/ruby/gems/2.7.0/gems/pycall-1.3.0/lib/pycall/list.rb:18: warning: Capturing the given block using Kernel#proc is deprecated; use `&block` instead
The text was updated successfully, but these errors were encountered:
The following code will generate the warning below:
The text was updated successfully, but these errors were encountered: