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