Method: Fidgit::Selection#initialize
- Defined in:
- lib/fidgit/selection.rb
#initialize ⇒ Selection
20 21 22 23 24 |
# File 'lib/fidgit/selection.rb', line 20 def initialize @items = [] @moved = false @dragging = false end |
20 21 22 23 24 |
# File 'lib/fidgit/selection.rb', line 20 def initialize @items = [] @moved = false @dragging = false end |