# File lib/sqlite3/database.rb, line 372
        def self.step( &block )
          define_method(:step, &block)
        end