Skip to content

Instantly share code, notes, and snippets.

View HeresJohnny5's full-sized avatar

John Erickson HeresJohnny5

View GitHub Profile
@HeresJohnny5
HeresJohnny5 / master-javascript-interview.md
Created September 12, 2019 01:43 — forked from Geoff-Ford/master-javascript-interview.md
Eric Elliott's Master the JavaScript Interview Series
@HeresJohnny5
HeresJohnny5 / gist:3a5fbafc2d0bb224ebff35ad191c0c04
Created March 5, 2017 16:22
bloccit-rails-console-assignment
[4] pry(#<Post>):1> nesting
Nesting status:
--
0. main (Pry top level)
1. #<Post>
[5] pry(#<Post>):1> self.to_s
=> "#<Post:0x007fa3e9da47f8>"
[6] pry(#<Post>):1> self.title = 'some new title'
=> "some new title"
[7] pry(#<Post>):1> self.body = 'some new body'