Method: TerminalLayout::RenderObject#to_s

Defined in:
lib/terminal_layout.rb

#to_sObject



93
94
95
# File 'lib/terminal_layout.rb', line 93

def to_s
  "<#{self.class.name} position=(#{x},#{y}) dimensions=#{width}x#{height} content=#{content} name=#{@box.name}/>"
end