Skip to content

Instantly share code, notes, and snippets.

@banister
Created August 7, 2012 04:48
Show Gist options
  • Save banister/3281719 to your computer and use it in GitHub Desktop.
Save banister/3281719 to your computer and use it in GitHub Desktop.
[3] (pry) main: 0> def hello
[3] (pry) main: 0* {
[3] (pry) main: 0* :a => 1,
[3] (pry) main: 0* :b => 2,
[3] (pry) main: 0* :c => 3
[3] (pry) main: 0* }
[3] (pry) main: 0* end
=> nil
[4] (pry) main: 0> hello
=> {:a=>1, :b=>2, :c=>3}
[5] (pry) main: 0> gist -o 4
Gist created at https://gist.github.com/0965c855a4ed517c429a and added to clipboard.
[6] (pry) main: 0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment