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

Allow method calls on the proxy object to take a block. #118

Closed
wants to merge 1 commit into from
Closed

Allow method calls on the proxy object to take a block. #118

wants to merge 1 commit into from

Conversation

eric1234
Copy link

If block returns the proxy object (maybe it just slightly tweaks that
object) and then code operating on that proxy object calls a method that
takes a block, the block is lost.

This passes the block onto the real object.

If block returns the proxy object (maybe it just slightly tweaks that
object) and then code operating on that proxy object calls a method that
takes a block, the block is lost.

This passes the block onto the real object.
@mattpolito mattpolito closed this Sep 10, 2015
@mattpolito
Copy link
Member

Thanks @eric1234 for your contribution. We're working on v3.0 now and will take your request into consideration when looking at api changes.

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