class RSpec::Core::Example

def instance_eval(&block)

Other tags:
    Private: -
def instance_eval(&block)
  @example_group_instance.instance_eval(&block)
end