# File lib/extlib/object.rb, line 174 def instance_variable_defined?(variable) instance_variables.include?(variable.to_s) end