class Gorillib::Factory::BinaryFactory
Public Instance Methods
convert(obj)
click to toggle source
Calls superclass method
Gorillib::Factory::StringFactory#convert
# File lib/gorillib/model/factories.rb, line 222 def convert(obj) super.force_encoding("BINARY") end