instance icon indicating copy to clipboard operation
instance copied to clipboard

Slick Object Instance API

Results 2 instance issues
Sort by recently updated
recently updated
newest added

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...

I currently have a gem called MetaInstance, and I think that would be a more appropriate name for this project. I'll submit a PR, but as this project hasn't been...