mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
sinatra indifferent hash not an integer
This commit is contained in:
parent
f7e65ec61b
commit
6444fe7e94
1 changed files with 5 additions and 0 deletions
5
ext/sinatra/indifferent_hash.rb
Normal file
5
ext/sinatra/indifferent_hash.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
class Sinatra::IndifferentHash
|
||||||
|
def not_an_integer?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue