Class Object
In: spec/monkey_patches/instance_variable_defined.rb
Parent: Object

Methods

Public Instance methods

[Source]

   # File spec/monkey_patches/instance_variable_defined.rb, line 3
3:         def instance_variable_defined?(meth)
4:             instance_variables.include?(meth)
5:         end

[Validate]