sinatra indifferent hash not an integer

This commit is contained in:
Kyle Drake 2024-02-17 10:43:05 -06:00
parent f7e65ec61b
commit 6444fe7e94

View file

@ -0,0 +1,5 @@
class Sinatra::IndifferentHash
def not_an_integer?
true
end
end