Skip to content
New issue

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

Adding NOT support #1

Merged
2 commits merged into from
Feb 19, 2011
Merged

Adding NOT support #1

2 commits merged into from
Feb 19, 2011

Conversation

brendon9x
Copy link
Contributor

Hi,

This project is exactly what I've been looking for, but was missing bitwise not. I've added it in a fork, but thought this would be useful to others.

One thing could still be done is to check for respond_to? :! and define an operator alias if Ruby 1.9 is detected. This isn't important for me and I wasn't sure how do it from the C side anyway.

Regards,
Brendon.

@brendon9x
Copy link
Contributor Author

You may want to review the change on bitset_spec.rb:1 where I changed:

require './bitset'

to

require 'bitset'

I wasn't familiar with how you were building, so I changed it to work for me.

@tyler
Copy link
Owner

tyler commented Feb 19, 2011

Merged in.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants