Refactoring. It's a delight.
PUBLISHED ON FEB 1, 2015 —
IMPORTED FROM TUMBLR
,
TEXT
From
https://gist.github.com/chrisbodhi/15210705414f1b4afcf2
to
file_info[:control_info].map {|arr| arr[1] }
to
file_info[:control_info].map(&:last)
TAGS:
FUN WITH ARRAYS
,
REFACTOR
,
RUBY
< prev |
blog
| next >
home