Module: Shoes::Builtins
- Defined in:
- lib/clogs.rb
Instance Method Summary collapse
Instance Method Details
#shoes_builtin(cmd_name, *args) ⇒ Object
86 87 88 89 90 |
# File 'lib/clogs.rb', line 86 def shoes_builtin(cmd_name, *args) Clogs::App.builtin_response = nil Shoes::DisplayService.dispatch_event("builtin", nil, cmd_name, args) Clogs::App.builtin_response end |