class SQLite3::Statement

def closed?

Returns true if the underlying statement has been closed.
def closed?
  @closed
end