Skip to content

Instantly share code, notes, and snippets.

@pricees
Last active December 4, 2018 15:58
Show Gist options
  • Save pricees/7a3e1c611d9cf86f261e1405d8335dc4 to your computer and use it in GitHub Desktop.
Save pricees/7a3e1c611d9cf86f261e1405d8335dc4 to your computer and use it in GitHub Desktop.
Pry-ghtning Talk

Dunder Mifflin => 2nd previous value

123
877
_ + __
=> 1000

HistoReplay

foo = 100
bar = 10
foo * bar
_ + 111
=> 1111
hist
foo = 1000
hist --replay 5..7
=> 10
=> 10000
=> 10111

Amend-line (no bad pun)

squares = [1,10,100,100].map do |num|
  num * 2
  amend-line 2 num ** 2
end

in and out Burger

_out_
_in_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment