Sha256: 17f11f05326c1e7b8f70d04d0d43c57ce4add8c63e18417b1c0f9490476710a6
Contents?: true
Size: 245 Bytes
Versions: 39
Compression:
Stored size: 245 Bytes
Contents
module InspecTools::Help class << self def text(namespaced_command) path = namespaced_command.to_s.tr(':', '/') path = File.expand_path("../help/#{path}.md", __FILE__) IO.read(path) if File.exist?(path) end end end
Version data entries
39 entries across 39 versions & 1 rubygems