Sha256: c15647fcdc91273eb8e9cc62138f7efe763c279e6527dcaa18e469fff2a4a157
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
class Lono::Bundler::CLI module 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 end
Version data entries
6 entries across 6 versions & 1 rubygems