module RSpec::Core::SharedExampleGroup

def self.created_from_caller(other_caller)

def self.created_from_caller(other_caller)
  @caller_line == other_caller.last
end