Has Any
TBD
Installation
Adding to a gem:
# my-cool-gem.gemspec
Gem::Specification.new do |spec|
# ...
spec.add_dependency "has_any"
# ...
end
Or adding to your project:
# Gemfile
gem "has_any"
Supported Ruby versions
- Ruby (MRI) >= 2.7.0
- JRuby >= 9.3.0
Usage
TBD
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/dunkelziffer/has_any.
Credits
This gem is generated via newgem
template by @palkan.
License
The gem is available as open source under the terms of the MIT License.