SkillAgentSearch skills...

Webster

Generate random short, non-offensive words. Good for human-readable confirmation codes.

Install / Use

/learn @croaky/Webster
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Webster

Generate random short words. Good for human-readable confirmation codes.

Install

gem install webster

Usage

require 'rubygems'
require 'webster'

webster = Webster.new
webster.random_word

=> "spoonless"

Shoulda macro

 context "Subscription#activation_code" do
   setup do
     subscription = Factory :subscription
     @word = subscription.set_activation_code
   end

   should_be_webster_word "@word"
 end

Authors

Webster was written for Umbrella Today? by thoughtbot.

It was extracted into a stand-alone Ruby gem by Dan Croak and Jared Carroll.

License

MIT License, same terms as Ruby

View on GitHub
GitHub Stars38
CategoryDevelopment
Updated2y ago
Forks1

Languages

Ruby

Security Score

75/100

Audited on Feb 18, 2024

No findings