Class: Bashly::Commands::Preview
- Defined in:
- lib/bashly/commands/preview.rb
Instance Method Summary collapse
Methods included from AssetHelper
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 |
# File 'lib/bashly/commands/preview.rb', line 11 def run config = Config.new "#{Settings.source_dir}/bashly.yml" command = Models::Command.new(config) script = Models::Script.new command puts script.code end |