File Manager
Path:
/
proc
/
self
/
root
/
opt
/
chef
/
embedded
/
lib
/
ruby
/
gems
/
2.7.0
/
gems
/
highline-2.0.3
/
lib
/
highline
/
Viewing File: version.rb
# coding: utf-8 class HighLine # The version of the installed library. VERSION = "2.0.3".freeze end