Method: ApiSpec::State.reset

Defined in:
lib/api_spec/state.rb

.resetObject



16
17
18
19
# File 'lib/api_spec/state.rb', line 16

def reset
  @state = {}
  @helpers = {}
end