Convert a receivable object to the factory’s product type. This method should convert an object to `native?` form or die trying; any variant types (eg nil for an empty string) are handled elsewhere by `receive`.
@param [Object] obj the object to convert.
# File lib/gorillib/factories.rb, line 162 def convert(obj) obj.dup end
Generated with the Darkfish Rdoc Generator 2.