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