module RSpec::Core::MemoizedHelpers

def initialize(*)

Other tags:
    Private: -
def initialize(*)
  __init_memoized
  super
end