20 21 22
# File 'lib/doctrine/definition.rb', line 20 def tenet(description, &block) tenets << Tenet.new(description: description, &block) end