File Manager
Path:
/
opt
/
chef
/
embedded
/
lib
/
ruby
/
gems
/
2.7.0
/
gems
/
strings-ansi-0.2.0
/
lib
/
strings
/
ansi
/
Viewing File: version.rb
# frozen_string_literal: true module Strings module ANSI VERSION = "0.2.0" end # ANSI end # Strings