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

Modify Hashie::Mash#respond_to? to work properly with delegation library #20

Merged
merged 1 commit into from
Jul 29, 2011

Conversation

ryanlecompte
Copy link
Contributor

Hello Michael,

I'm working on a new gem that utilizes your Hashie gem (great tool, by the way!). As you can see in the specs for this pull request, I'm trying to wrap a Hashie::Mash instance in a DelegateClass instance (from Ruby's delegate.rb). Please take a look at the pull request when you get a chance. I think it's fairly low-risk.

Thanks!

Ryan

enhance Hashie::Mash#respond_to? so that it supports the optional include_private argument - needed to work properly with Ruby's DelegateClass and friends

…lude_private argument - needed to work properly with Ruby's DelegateClass and friends
mbleigh pushed a commit that referenced this pull request Jul 29, 2011
Modify Hashie::Mash#respond_to? to work properly with delegation library
@mbleigh mbleigh merged commit a0fca68 into hashie:master Jul 29, 2011
@dlupu dlupu mentioned this pull request Dec 13, 2012
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.

None yet

2 participants