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

相關連結: