Skip to content

zw963/only_blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

only_blank Build StatusGem Version

A tiny library for bring the ruby on rails awesome blank? method and friends to ruby.

Getting Started

Add to your Gemfile

gem 'only_blank'

Then, you get three method blank?, present?, presence defined on following class free.

FalseClass, Object, NilClass, Numeric, String, TrueClass.

Credits

Basically, this gem just a tiny wrapper around two library.

  1. The sequel blank extension which implement the same blank? logic as Ruby On Rails.

  2. fast_blank gem, which is a simple C extension which provides a very fast implementation of String#blank? method.

About

The only blank? for ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages