class Rake::TaskArguments

def to_hash

Returns a Hash of arguments and their values
def to_hash
  @hash.dup
end