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

Make #instance method name configurable #4

Open
janlelis opened this issue Mar 19, 2017 · 0 comments
Open

Make #instance method name configurable #4

janlelis opened this issue Mar 19, 2017 · 0 comments

Comments

@janlelis
Copy link

Unfortunately, Object#instance clashes with some other libraries. For example, in does not work with more recent Rails versions (see https://github.com/rails/rails/blob/v5.0.2/railties/lib/rails/application.rb#L93-L95). Another example is stdlib's singleton library: https://github.com/ruby/ruby/blob/trunk/lib/singleton.rb

Another solution would be to rename it to something that is less likely to interfere with other libraries. Or maybe even go the refinements route?

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

No branches or pull requests

1 participant