Object
# File lib/heroku/helpers/pg_dump_restore.rb, line 31 def dump_restore_cmd pg_restore = gen_pg_restore_command(@target) pg_dump = gen_pg_dump_command(@source) "#{pg_dump} | #{pg_restore}" end
# File lib/heroku/helpers/pg_dump_restore.rb, line 13 def execute prepare run verify end
Generated with the Darkfish Rdoc Generator 2.