There's no documentation for this item.
# File merb/core_ext/hash.rb, line 187 def respond_to?(method, include_private = false) return true if keys.include?(method) super(method, include_private) end
<code/>
<pre/>
<code/>and<pre/>for code samples.