DEBSOURCES
Skip Quicknav
sources / python-hypothesis / 6.138.0-1 / hypothesis-ruby / lib / hypothesis / world.rb
123456789
# frozen_string_literal: true module Hypothesis module World class << self attr_accessor :current_engine end end end