module Crispy::CrispyWorld

Public Class Methods

reset() click to toggle source
# File lib/crispy/crispy_world.rb, line 7
def reset
  ::Crispy::CrispyInternal::ConstChanger.recover_all
  ::Crispy::CrispyInternal::Spy.reset_all
  ::Crispy::CrispyInternal::ClassSpy.reset_all
end