module RSpec

def self.wants_to_quit=(maybe)

Other tags:
    Api: - private
def self.wants_to_quit=(maybe)
  world.wants_to_quit=(maybe)
end