# File lib/gorillib/factories.rb, line 479 def blankish?(obj) obj.nil? ; end
# File lib/gorillib/factories.rb, line 486 def convert(obj) clxn = empty_product obj.each do |val| clxn << items_factory.receive(val) end clxn end
Generated with the Darkfish Rdoc Generator 2.