There's no documentation for this item.
# File active_support/vendor/builder-2.1.2/blankslate.rb, line 31 def find_hidden_method(name) @hidden_methods ||= {} @hidden_methods[name] || superclass.find_hidden_method(name) end
<code/>
<pre/>
<code/>and<pre/>for code samples.