module Definition::Types::Or::Dsl

Public Instance Methods

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