[4] pry(#):1> nesting Nesting status: -- 0. main (Pry top level) 1. # [5] pry(#):1> self.title = "my new title" => "my new title" [6] pry(#):1> self. body = "My new body" => "My new body" [7] pry(#):1> save! (0.1ms) begin transaction SQL (0.6ms) UPDATE "posts" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "posts"."id" = ? [["title", "my new title"], ["body", "My new body"], ["updated_at", "2018-03-31 22:31:19.494538"], ["id", 1]] (1.7ms) commit transaction => true [8] pry(#):1> self => # [9] pry(#):1>