Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 466 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 466 Bytes

Pattern String Generator

When you just need to add some randomness to your messages.

Installation

gem install pattern_string_generator

or add to your Gemfile

gem 'pattern_string_generator'

Usage

> pattern = '(Hello|Hi), World!'.as_pattern

> pattern.to_s
 => "Hi, World!"

> pattern.to_s
 => "Hello, World!"

Authors

Eugene Zolotarev, Vadim Venediktov