code
register
log in
programs
messages
download
about
privacy
terms
french
production
home
/
documentation
/
Dictionary
/
compact!
Dictionary
examples
compact
input
d = { a: nothing, b: 2 } d.compact! d
result
{"b" => 2}