# File lib/arjdbc/sqlite3/adapter.rb, line 528 def self.binary_to_string(value) if value.respond_to?(:encoding) && value.encoding != Encoding::ASCII_8BIT value = value.force_encoding(Encoding::ASCII_8BIT) end value end
Generated with the Darkfish Rdoc Generator 2.