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 總和檢查碼:

2e3d6b5fd7e9149ff6618200dba00fd45b896a2d9a9eadce5ad31c4d86e75b50

總下載次數 3,497

這個版本 937

授權:

MIT

Ruby 版本需求: >= 1.9

相關連結: