class Object

Public Instance Methods

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