Registry / utility / fast-blank

fast-blank

JSON →
library1.0.1rbrubygemsunverified

Provides a C-optimized method for determining if a string is blank.

gem install fast_blank
INSTALL
IMPORT
SIG · FAST-BLANK
F
fast-blank
utilityrubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastBlank
require 'fast_blank'

Check if a string is blank using the optimized C method.

require 'fast_blank' puts ''.blank? # => true puts ' '.blank? # => true puts 'hello'.blank? # => false
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-blank — gem install fast-blank · libregistry