Method: Vedeu::Cursors::Refresh#initialize
- Defined in:
- lib/vedeu/cursors/refresh.rb
#initialize(name) ⇒ Vedeu::Cursors::Refresh
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Vedeu::Cursors::Refresh.
34 35 36 |
# File 'lib/vedeu/cursors/refresh.rb', line 34 def initialize(name) @name = name end |