Class: NilClass

Inherits:
Object show all
Defined in:
lib/format_output/bullets.rb

Overview

Support for displaying nothing formatted neatly.

Instance Method Summary collapse

Instance Method Details

#format_output_bullet_detail(_options = nil) ⇒ Object

Create a bullet point description from nothing. Returns: An array of nothing.



67
68
69
# File 'lib/format_output/bullets.rb', line 67

def format_output_bullet_detail(_options = nil)
  []
end