Class: Completely::Commands::Preview
- 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
#run ⇒ Object
16 17 18 19 |
# File 'lib/completely/commands/preview.rb', line 16 def run puts script syntax_warning unless completions.valid? end |