Sha256: e8059b85096caa163773582d53fbc58fd35b888b48c282d0b1a49f5e975804de
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
module S3Secure::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
8 entries across 8 versions & 1 rubygems