Libraries
»
fidgit
(0.2.3)
»
Index
»
Fidgit
»
Selection
»
#empty?
Method: Fidgit::Selection#empty?
Defined in:
lib/fidgit/selection.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
8
# File 'lib/fidgit/selection.rb', line 8
def
empty?
;
@items
.
empty?
;
end