Registry / utility / naught

naught

JSON →
library2.3.0rbrubygemsunverified

Naught is a toolkit for building Null Objects following the Null Object pattern.

gem install naught
INSTALL
IMPORT
SIG · NAUGHT
N
naught
utilityrubyv2.3.0
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.

Naught
require 'naught'

Create a null object that silently ignores any method call.

require 'naught' Null = Naught.build do |config| config.black_hole end null = Null.new puts null.anything # => nil (no error)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
naught — gem install naught · libregistry