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

Use send for #define_method #80

Merged
merged 2 commits into from
Oct 18, 2019
Merged

Use send for #define_method #80

merged 2 commits into from
Oct 18, 2019

Conversation

kyledecot
Copy link
Owner

@kyledecot kyledecot commented Oct 18, 2019

Fixes #78

It seems that in older versions of ruby define_method was private so we need to use send(:define_method).

@kyledecot kyledecot added the bug Something isn't working label Oct 18, 2019
@kyledecot kyledecot self-assigned this Oct 18, 2019
@kyledecot kyledecot merged commit 4d70527 into master Oct 18, 2019
@kyledecot kyledecot deleted the kd-define branch October 18, 2019 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

require 'app_store_connect' failed
1 participant