Sha256: 9244630a68c70c1cb245905b1546ccf12b0530d207a48fa5d5b46ea2aa9f04cb
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
class DevBox < Liza::DevBox # Set up your bench panel per the DSL in http://guides.lizarb.org/panels/bench.html panel :bench do # set :log_level, ENV["dev.bench.log_level"] end # Set up your command panel per the DSL in http://guides.lizarb.org/panels/command.html panel :command do # set :log_level, ENV["dev.command.log_level"] end # Set up your generator panel per the DSL in http://guides.lizarb.org/panels/generator.html panel :generator do # set :log_level, ENV["dev.generator.log_level"] end # Set up your command panel per the DSL in http://guides.lizarb.org/panels/log.html panel :log do # set :log_level, ENV["dev.log.log_level"] end # Set up your shell panel per the DSL in http://guides.lizarb.org/panels/shell.html panel :shell do # set :log_level, ENV["dev.shell.log_level"] end # Set up your terminal panel per the DSL in http://guides.lizarb.org/panels/terminal.html panel :terminal do # set :log_level, ENV["dev.terminal.log_level"] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lizarb-1.0.3 | app/dev_box.rb |