module TarkaMatchers::Matchers::Class

Public Instance Methods

have_an_instance_variable_of(instance_name) click to toggle source
# File lib/tarka_matchers/matchers/class/have_an_instance_variable_of.rb, line 7
def  have_an_instance_variable_of instance_name
        HaveAnInstanceVariableOf.new instance_name
end