92 93 94
# File 'lib/rake/task_arguments.rb', line 92 def fetch(*args, &block) @hash.fetch(*args, &block) end