Modules: CLI Classes: Config, Output, Write
'0.1.1'
2
Dir['src/*.rb'][0]
"#{Dir.pwd}/bgem/config.rb"
23 24 25 26 27 28
# File 'lib/bgem.rb', line 23 def run config_file = CONFIG_FILE config = Config.new config_file write = Write.new config write[Output.new(config.entry).to_s] write end