Class: RSpec::Hermetic::Probe::Env

Inherits:
Base
  • Object
show all
Defined in:
lib/rspec/hermetic/probe/env.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #name

Constructor Details

This class inherits a constructor from RSpec::Hermetic::Probe::Base

Instance Method Details

#capture(_context) ⇒ Object



9
10
11
# File 'lib/rspec/hermetic/probe/env.rb', line 9

def capture(_context)
  ENV.to_h
end