Skip to content

Instantly share code, notes, and snippets.

@ksol
Created April 17, 2014 14:23
Show Gist options
  • Select an option

  • Save ksol/10987333 to your computer and use it in GitHub Desktop.

Select an option

Save ksol/10987333 to your computer and use it in GitHub Desktop.
[ksol@Thrace] [1.8.7-p358 4.1.0 master] $ irb
irb(main):001:0> RUBY_VERSION
=> "1.8.7"
irb(main):002:0> hsh = {:a => 1}
=> {:a=>1}
irb(main):003:0> hsh[:a] = nil
=> nil
irb(main):004:0> hsh
=> {:a=>nil}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment