Skip to content

kamiyuu0/reverse_evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseEvolution

このGemはStringの拡張メソッド String#reverse_evolution を提供するGemです。
単語をおかしく進化させます。
AIの機嫌によって進化後の面白さは変わります。

Installation

gem install reverse_evolution

※動かなければ gem install ruby-openai も追加でインストール

Usage

require "reverse_evolution"
using ReverseEvolution

str = '進化前の単語'
puts str.reverse_evolution
#=> '進化後の単語'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors