# rb_core_extensions `rb_core_extensions` is a set of core extensions beyond those provided by `Ruby` and `ActiveSupport`. ## Minimum Requirements * Ruby 3.2.2+ (https://www.ruby-lang.org/en/downloads/branches/) ## Installation If using bundler, first add this line to your application's Gemfile: ```ruby gem 'rb_core_extensions' ``` And then execute: `$ bundle install` Or otherwise simply install it yourself as: `$ gem install rb_core_extensions` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License Copyright 2023 [Harshal V. LADHE](https://github.com/shivam091), Released under the [MIT License](http://opensource.org/licenses/MIT).