Class: Distem::Lib::Validator

Inherits:
Object
  • Object
show all
Defined in:
lib/distem/distemlib/validator.rb

Overview

Class used to validate that an hash have a specific form

Class Method Summary (collapse)

Class Method Details

+ (Object) validate(object)

:nodoc:



65
66
67
# File 'lib/distem/distemlib/validator.rb', line 65

def self.validate(object)
  return true
end