Class: Lumos::Formatters::Surround

Inherits:
Base
  • Object
show all
Defined in:
lib/lumos/formatters/surround.rb

Instance Attribute Summary

Attributes inherited from Base

#delimiter, #length, #message, #padding

Instance Method Summary collapse

Methods inherited from Base

#initialize, #message_length

Methods included from BaseHorizontal

#horizontal_line, #horizontal_result

Methods included from BaseChopper

#chopped_message, #chopped_message_length, #chopping_last_line?, #chopping_line, #chopping_padding, #iterate_chopped_lines

Constructor Details

This class inherits a constructor from Lumos::Formatters::Base

Instance Method Details

#resultObject



4
5
6
# File 'lib/lumos/formatters/surround.rb', line 4

def result
  horizontal_result
end