Sha256: 0a8bdd2362f7cb7d0b4853f70249aa43269057df48d2b7db2254e45203131752
Contents?: true
Size: 241 Bytes
Versions: 15
Compression:
Stored size: 241 Bytes
Contents
module Forger::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
15 entries across 15 versions & 1 rubygems