Skip to content

Commit

Permalink
Add comment to remove code when we are in Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 15, 2016
1 parent 8e06900 commit bd8b50d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -26,4 +26,5 @@ def transform_values!
self[key] = yield(value)
end
end unless method_defined? :transform_values!
# TODO: Remove this file when supporting only Ruby 2.4+.
end

0 comments on commit bd8b50d

Please sign in to comment.