Method: ChefDK::Pager#env
- Defined in:
- lib/chef-dk/pager.rb
#env ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This is just public so we can stub it for testing
75 76 77 |
# File 'lib/chef-dk/pager.rb', line 75 def env ENV end |