# File lib/dbd/mysql/database.rb, line 233 233: def prepare(statement) 234: Statement.new(self, @handle, statement, @mutex) 235: end