Method: CouchTomato::Migration.say
- Defined in:
- lib/couch_tomato/migration.rb
.say(message, subitem = false) ⇒ Object
42 43 44 |
# File 'lib/couch_tomato/migration.rb', line 42 def say(, subitem=false) write "#{subitem ? " ->" : "--"} #{}" end |