respond_to_missing?(method, include_private)
Instance Public methods
Returns true
if obj responds to the given method.
Private methods are included in the search only if the optional second
parameter evaluates to true
.
Returns true
if obj responds to the given method.
Private methods are included in the search only if the optional second
parameter evaluates to true
.
Please login to continue.