Method: Fidgit::Selection#add
- Defined in:
- lib/fidgit/selection.rb
#add(object) ⇒ Object
26 27 28 29 30 31 |
# File 'lib/fidgit/selection.rb', line 26 def add(object) object.selected = true @items.push(object) self end |
26 27 28 29 30 31 |
# File 'lib/fidgit/selection.rb', line 26 def add(object) object.selected = true @items.push(object) self end |