Method: Sinatra::IndifferentHash#value?

Defined in:
lib/sinatra/indifferent_hash.rb

#value?(value) ⇒ Boolean Also known as: has_value?



92
93
94
# File 'lib/sinatra/indifferent_hash.rb', line 92

def value?(value)
  super(convert_value(value))
end