Class: Completely::Commands::Preview

Inherits:
Base
  • Object
show all
Defined in:
lib/completely/commands/preview.rb

Instance Method Summary collapse

Methods inherited from Base

environment_config_path, environment_debug, option_function, param_config_path

Instance Method Details

#runObject



16
17
18
19
# File 'lib/completely/commands/preview.rb', line 16

def run
  puts script
  syntax_warning unless completions.valid?
end