Class: Brainzz::BaseCommand
- Inherits:
-
Object
- Object
- Brainzz::BaseCommand
- Defined in:
- lib/brainzz/commands/base_command.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.execute(*args) ⇒ Object
4 5 6 7 8 |
# File 'lib/brainzz/commands/base_command.rb', line 4 def execute(*args) response = on_execute(*args) scrub response response end |