Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 18, 2023
1 parent 37ac529 commit 2a4b72e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/typed_params/memoize_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ def without_args = SecureRandom.hex

memoize
def with_args(n) = SecureRandom.hex(n)

memoize
def with_kwargs(n:) = SecureRandom.hex(n)

memoize
def with_block(&b) = SecureRandom.hex(b.call)
}
}

Expand Down

0 comments on commit 2a4b72e

Please sign in to comment.