Module: Validbot
- Defined in:
- lib/validbot.rb,
lib/validbot/version.rb
Defined Under Namespace
Classes: Validator
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.validate(object, &block) ⇒ Object
6 7 8 |
# File 'lib/validbot.rb', line 6 def self.validate(object, &block) ::Validbot::Validator.new(object, &block) end |