index
:
xlgmokha/working-with-unix-processes.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
snippets
/
env_aint_a_hash.rb
blob: 0616c50e8921261fabc274cd903d4610de737613 (
plain
)
1
2
3
puts ENV['EDITOR'] puts ENV.has_key?('PATH') puts ENV.is_a?(Hash)