webmcp

annotate framework/env/convert/_from_human_to_boolean.lua @ 414:015be25c98dd

Always write to document when "document_column" is set in class
author jbe
date Sat Jan 09 05:30:45 2016 +0100 (2016-01-09)
parents 9fdfb27f8e67
children
rev   line source
jbe/bsw@0 1 function convert._from_human_to_boolean(str)
jbe/bsw@0 2 return atom.boolean:load(str)
jbe/bsw@0 3 end

Impressum / About Us