There's no documentation for this item.
# File active_support/core_ext/object/instance_variables.rb, line 4 def instance_variable_defined?(variable) instance_variables.include?(variable.to_s) end
<code/>
<pre/>
<code/>and<pre/>for code samples.