This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
has_key?(key)
Returns true if key is one of the arguments
# File lib/rake/task_arguments.rb, line 82 def has_key?(key) @hash.has_key?(key) end