Sha256: 515a4043853e5c6a996752a2b9e68b1afddf74c01860b049020f4efe406fb63f
Contents?: true
Size: 525 Bytes
Versions: 33
Compression:
Stored size: 525 Bytes
Contents
### `:_command_` This event is used by Vedeu internally, though you can bind to it if you wish. It is preferred for you to bind to `:command` though. Will cause the triggering of the `:command` event; which you should define to 'do things'. Vedeu.trigger(:_command_, command) Vedeu.bind(:command) do # ... your code here ... end Alternatively, you can access commands entered using the following API methods: (See {Vedeu::Input::Store} for more details). Vedeu.all_commands Vedeu.last_command
Version data entries
33 entries across 33 versions & 1 rubygems