Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created May 14, 2012 16:25
Show Gist options
  • Save mediocretes/2694898 to your computer and use it in GitHub Desktop.
Save mediocretes/2694898 to your computer and use it in GitHub Desktop.
| wrap(all_with_tag('ReleaseDate') do |x|
if x.values.first.nil?
nil
else
x[x.keys.first] = Time.parse(x.values.first)
x
end
end |
(allowed_dates.nil? ? nil : select{ |x| allowed_dates.cover? x.values.first}) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment