tmilker

Results 4 comments of tmilker

This is what I'm currently using it for: ``` ruby Scorched::Controller.conditions

> @pavelsg Thanks, I was trying to avoid having to install another package I would rarely use :( > > Seems there may be no choice. I fixed this by...

Just edit twee2.gemspec and change the line: `spec.add_runtime_dependency 'bundler', '~> 1.6'` to `spec.add_runtime_dependency 'bundler', '~> 2.1'` The reason why it's a runtime dependency isn't jumping out at me because the...

Well the concerns I have with using Object#extend is that it is not thread or fiber safe, I don't think. That is why I was exploring schizo and seeing what...