Skip to content

kostya/blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blank

method Blank for Crystal Language

Installation

Add this to your application's shard.yml:

dependencies:
  blank:
    github: kostya/blank

Usage

require "blank"

p "".blank? # => true
p 1.blank? # => false
p nil.blank? # => true
p [1].blank? # => false

About

method Blank for Crystal Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published