Skip to content
Snippets Groups Projects
Commit 7c278319 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

descriptions: assume Ruby 2.

parent 59b3c085
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,6 @@ class Descriptions
@cache.select { |name, desc| (name =~ regex) || (desc =~ regex) }
end
results = Hash[results] if RUBY_VERSION <= "1.8.7"
new(results)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment