Method: Buby::MessageEditorTab#getSelectedData
- Defined in:
- lib/buby/message_editor_tab.rb
#getSelectedData ⇒ Array<byte>
This method is used to retrieve the data that is currently selected by the user.
105 |
# File 'lib/buby/message_editor_tab.rb', line 105 def getSelectedData; raise NotImplementedError; end |