Module: ClassX::AttributeMethods::ClassMethods::ValidateNothing

Defined in:
lib/classx/attribute.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#validate?(val) ⇒ Boolean

Returns:

  • (Boolean)


154
155
156
157
# File 'lib/classx/attribute.rb', line 154

def validate? val
  # nothing checked.
  true
end