Gorillib::Factory::BooleanFactory
# File lib/gorillib/type/extended.rb, line 68 def self.typename() :boolean_10 ; end
# File lib/gorillib/type/extended.rb, line 71 def convert(obj) case obj.to_s when "0" then false when "1" then true else super end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.