module Definition::Types::And::Dsl

Public Instance Methods

validate(definition) click to toggle source
# File lib/definition/types/and.rb, line 9
def validate(definition)
  definitions << definition
end