Method: Vedeu::DSL::Cursors#cursor!
- Defined in:
- lib/vedeu/dsl/cursors.rb
#cursor! ⇒ Vedeu::Cursors::Cursor Also known as: show_cursor!
Set the cursor to visible for the interface or view.
28 29 30 |
# File 'lib/vedeu/dsl/cursors.rb', line 28 def cursor! cursor(true) end |