class Object

Public Instance Methods

test_subject() click to toggle source
# File lib/batch_processor/rspec/custom_matchers/set_processor_option.rb, line 19
def test_subject
  subject.is_a?(Class) ? subject : subject.class
end