module Spec::Example::ExampleMethods

def initialize(example_proxy, &implementation)

def initialize(example_proxy, &implementation)
  @_proxy = example_proxy
  @_implementation = implementation
  @_backtrace = caller
end