class SQLite3::Statement
def must_be_open! # :nodoc:
closed. If it is, an exception is raised.
Performs a sanity check to ensure that the statement is not
def must_be_open! # :nodoc: if closed? raise SQLite3::Exception, "cannot use a closed statement" end end