vibe_if 0.1.2
Install from the command line:
Learn more about RubyGems packages
$ gem install vibe_if --version "0.1.2"
Install via Gemfile:
source "https://rubygems.pkg.github.com/cb341" do
gem "vibe_if", "0.1.2"
end
About this version
A Ruby gem that uses OpenAI to evaluate instance variables and local variables, returning true/false to conditionally execute code blocks. Inspired by vibesort (https://github.com/abyesilyurt/vibesort).