# File lib/active_record/migration.rb, line 244 def announce(message) text = "#{name}: #{message}" write "== %s %s" % [ text, "=" * (75 - text.length) ] end