# File lib/chronic/handlers.rb, line 126
def
swap
(
arr
,
a
,
b
);
arr
[
a
],
arr
[
b
] =
arr
[
b
],
arr
[
a
];
end