5 lines
71 B
Ruby
5 lines
71 B
Ruby
|
|
class Sinatra::IndifferentHash
|
||
|
|
def not_an_integer?
|
||
|
|
true
|
||
|
|
end
|
||
|
|
end
|