Class: NilClass
- Defined in:
- lib/sugar-high/blank.rb,
lib/sugar-high/file.rb,
lib/sugar-high/array.rb
Overview
:nodoc:
Instance Method Summary collapse
- #blank? ⇒ Boolean (also: #empty?)
- #flat_uniq ⇒ Object
- #none? ⇒ Boolean
- #valid_file_command? ⇒ Boolean
Instance Method Details
#blank? ⇒ Boolean Also known as: empty?
2 3 4 |
# File 'lib/sugar-high/blank.rb', line 2 def blank? true end |
#flat_uniq ⇒ Object
139 140 141 |
# File 'lib/sugar-high/array.rb', line 139 def flat_uniq [] end |
#valid_file_command? ⇒ Boolean
28 29 30 |
# File 'lib/sugar-high/file.rb', line 28 def valid_file_command? false end |