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

Implementation error in Twitter::Status#all_urls #206

Merged
merged 1 commit into from
Oct 20, 2011

Conversation

seanmoon
Copy link
Contributor

Yikes. Flubbed the order of 'compact' and 'flatten' in my implementation.

Was getting things like

['http://example.com/', nil]

Corrected it to return

['http://example.com/']

Wrote a test that fails, might be too defensive, your choice if you think it's worth maintaining the test.

Sorry about that :<

sferik added a commit that referenced this pull request Oct 20, 2011
Implementation error in Twitter::Status#all_urls
@sferik sferik merged commit cacb6ca into sferik:master Oct 20, 2011
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