https://github.com/dryruby/ruby-template
Template repository for public-domain libraries written in the Ruby programming language.
https://github.com/dryruby/ruby-template
dryproject ruby template-project
Last synced: about 1 month ago
JSON representation
Template repository for public-domain libraries written in the Ruby programming language.
- Host: GitHub
- URL: https://github.com/dryruby/ruby-template
- Owner: dryruby
- License: unlicense
- Created: 2019-06-15T05:43:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T07:37:43.000Z (over 5 years ago)
- Last Synced: 2025-03-06T17:57:16.898Z (11 months ago)
- Topics: dryproject, ruby, template-project
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: .github/contributing.md
- Funding: .github/funding.yml
- Codeowners: .github/codeowners
- Security: .github/security.md
- Support: .github/support.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Foobar for Ruby
[](https://unlicense.org)
[](https://rubygems.org/gems/foobar)
[](https://rubygems.org/gems/foobar)
## Prerequisites
- [Ruby](https://www.ruby-lang.org/en/) 2.7+
## Installation
```bash
$ gem install foobar
```
## Examples
### Importing the library
```ruby
require 'foobar'
```