# File lib/sqlite3/statement.rb, line 87 def execute!( *bind_vars, &block ) execute(*bind_vars) block_given? ? each(&block) : to_a end