Sha256: dc4c1c97e0734b06c84ee4d7ec6bea1931ab9dc3261afeccca709b7a0405133a
Contents?: true
Size: 244 Bytes
Versions: 47
Compression:
Stored size: 244 Bytes
Contents
module Lambdagem::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
47 entries across 47 versions & 1 rubygems