Module: Climatic::Script::UnimplementedProcessor
- Included in:
- Simple
- Defined in:
- lib/climatic/script/unimplemented_processor.rb
Instance Method Summary collapse
Instance Method Details
#check_params(command_args) ⇒ Object
7 8 9 |
# File 'lib/climatic/script/unimplemented_processor.rb', line 7 def check_params(command_args) true end |
#execute ⇒ Object
11 12 13 |
# File 'lib/climatic/script/unimplemented_processor.rb', line 11 def execute raise Climatic::Error, 'Not yet implemented !' end |