Skip to content

Instantly share code, notes, and snippets.

@adiamaan92
Created January 27, 2019 16:37
Show Gist options
  • Save adiamaan92/ceaf6511f922bfab537f7a7a43aa8c2c to your computer and use it in GitHub Desktop.
Save adiamaan92/ceaf6511f922bfab537f7a7a43aa8c2c to your computer and use it in GitHub Desktop.
jack_jill_method_chaining
(
jack_jill
.went_up("hill")
.fetch("water")
.fell_down("jack")
.broke("crown")
.tumble_after("jill")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment