Class: Completely::Commands::Test
- Defined in:
- lib/completely/commands/test.rb
Instance Method Summary collapse
Methods inherited from Base
environment_config_path, environment_debug, option_function, param_config_path
Instance Method Details
#run ⇒ Object
25 26 27 |
# File 'lib/completely/commands/test.rb', line 25 def run puts tester.test(compline).join "\n" end |