diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-14 19:18:07 +0000 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-14 19:18:07 +0000 |
commit | 3454670e13fb38d3821420b377a8abaa8c7ee472 (patch) | |
tree | 6b4dd00eb71e9d62377f64afab945552628f5c84 /day07/part1 | |
parent | 697558abc7277dc476e5e63f843e26f4b7f4eb4e (diff) |
Remove extraneous require
Diffstat (limited to 'day07/part1')
-rwxr-xr-x | day07/part1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/day07/part1 b/day07/part1 index 2ef3505..b722b86 100755 --- a/day07/part1 +++ b/day07/part1 @@ -1,7 +1,5 @@ #!/usr/bin/env ruby -require 'pp' - class Array def to_empty_hash h = {} |