We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this warning comes from narray - at least I only see it with warnings enabled and requiring narray.
maasha@mel:~$ ruby -wr narray -e '' lib/complex.rb is deprecated
maasha@mel:$ ruby --version ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin11] maasha@mel:$ gem --version 1.8.23
maasha@mel:~$ gem list --local | grep narray narray (0.6.0.7)
The text was updated successfully, but these errors were encountered:
Thank you for report. It was fixed at ver. 0.6.0.8.
Sorry, something went wrong.
No branches or pull requests
I think this warning comes from narray - at least I only see it with warnings enabled and requiring narray.
maasha@mel:~$ ruby -wr narray -e ''
lib/complex.rb is deprecated
maasha@mel:
$ ruby --version$ gem --versionruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin11]
maasha@mel:
1.8.23
maasha@mel:~$ gem list --local | grep narray
narray (0.6.0.7)
The text was updated successfully, but these errors were encountered: