class NilClass
Support for displaying nothing formatted neatly.
Public Instance Methods
format_output_bullet_detail(_options = nil)
click to toggle source
Create a bullet point description from nothing. Returns: An array of nothing.
# File lib/format_output/bullets.rb, line 67 def format_output_bullet_detail(_options = nil) [] end