module RSpec::Core::Subject

def attribute_of_subject

def attribute_of_subject
  original_subject.send(example.description) if using_attribute?
end