RubyGems Navigation menu

tog_caesar 0.1.0

# Odin Caesar Cipher [Project Link](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/caesar-cipher) ## Run the binary ```sh bin/caesar "What a string!" 5 ``` ## Run the tests ```sh bundle install && bundle exec rspec ``` ## Use the library ```ruby Caesar.cipher("What a string!", 5) ``` ## Use the gem **Gemfile** ```ruby source 'https://rubygems.org' gem 'tog_caesar' ``` **Usage** ```ruby require 'tog_caesar' Caesar.cipher("What a string!", 5) ```

Gemfile:
=

安装:
=

版本列表:

  1. 0.1.5 January 10, 2023 (6.5 KB)
  2. 0.1.1 January 16, 2022 (5.5 KB)
  3. 0.1.0 January 16, 2022 (5.5 KB)

Development 依赖 (1):

rspec >= 0

所有者:

推送者:

作者:

  • Ian Johnson

SHA 256 校验和:

=

下载总量 3,823

这个版本 1,029

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 1.9

链接: