Registry / utility / validation

validation

JSON →
library0.4.1rbrubygemsunverified

Provides validation functionality for Ruby objects.

utility
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.

require 'validation'

Include the Validation module and define a simple validation.

require 'validation' class Person include Validation attr_accessor :name validates :name, presence: true end p = Person.new p.valid?
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
bingbot
1
Resources