Skip to content

Conversation

@aisrael
Copy link

@aisrael aisrael commented Nov 23, 2012

Add additional check for defined_method?(:method_missing_without_enumerated_attribute)

-              unless private_method_defined?(:method_missing_without_enumerated_attribute)
+              unless method_defined?(:method_missing_without_enumerated_attribute) || private_method_defined?(:method_missing_without_enumerated_attribute)

@rchekaluk
Copy link

Duplicate #65

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