mrkn / pycall.rb

Calling Python functions from the Ruby language
MIT License
1.06k stars 75 forks source link

PyCall::List, PyCall::Dict, PyCall::Set, and PyCall::Tuple should respond to empty? #65

Open mrkn opened 6 years ago

mrkn commented 6 years ago

In pycall 1.0.3, PyCall::List doesn't respond to empty? method.

undefined method `empty?' for #<PyCall::List:0x00007f99a3ce6af0>