Class: NilClass

Inherits:
Object show all
Defined in:
lib/sugar-high/blank.rb,
lib/sugar-high/file.rb,
lib/sugar-high/array.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean Also known as: empty?

Returns:



2
3
4
# File 'lib/sugar-high/blank.rb', line 2

def blank?
  true
end

#flat_uniqObject



139
140
141
# File 'lib/sugar-high/array.rb', line 139

def flat_uniq
  []
end

#none?Boolean

Returns:



143
144
145
# File 'lib/sugar-high/array.rb', line 143

def none?
  true
end

#valid_file_command?Boolean

Returns:



28
29
30
# File 'lib/sugar-high/file.rb', line 28

def valid_file_command?
  false
end