/punctuation

Punctuation Gem

Primary LanguageRubyMIT LicenseMIT

Punctuation Gem

Gem Version Dependency Status Code Climate Test Coverage

Installation

Add it to your Gemfile:

gem 'punctuation'

Run bundler:

bundle install

Run the generator:

rails generate punctuation:install

Helpers

Add punctuation with:

with_punctuation('I think I forgot the period') # => "I think I forgot the period."

Remove punctuation with:

without_punctuation('No period needed.') # => "No period needed"