class SQLite3::Database

def encoding

Fetch the encoding set on this database

call-seq: db.encoding
def encoding
  Encoding.find super
end