Skip to content

Instantly share code, notes, and snippets.

View LuisPinedaJR's full-sized avatar
:octocat:
Remote

Luis Pineda LuisPinedaJR

:octocat:
Remote
View GitHub Profile
[4] pry(#<Post>):1> nesting
Nesting status:
--
0. main (Pry top level)
1. #<Post>
[5] pry(#<Post>):1> self.title = "my new title"
=> "my new title"
[6] pry(#<Post>):1> self. body = "My new body"
=> "My new body"
[7] pry(#<Post>):1> save!