Gem Version Build

Sloprb

TBD

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "sloprb"
  # ...
end

Or adding to your project:

# Gemfile
gem "sloprb"

Supported Ruby versions

  • Ruby (MRI) >= 3.0

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/palkan/sloprb.

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.