Class: Twterm::Image::Brackets

Inherits:
Between show all
Defined in:
lib/twterm/image/brackets.rb

Instance Method Summary collapse

Methods inherited from Between

#height, #render, #to_s, #width

Methods inherited from Twterm::Image

#!, #-, #_, #at, blank_line, #bold, #brackets, checkbox, #color, #column, cursor, #dim, empty, #line, number, #parens, plural, remaining_resource, string, toggle_switch, #underlined, whitespace, #|

Constructor Details

#initialize(image) ⇒ Brackets

Returns a new instance of Brackets.



6
7
8
# File 'lib/twterm/image/brackets.rb', line 6

def initialize(image)
  super(image, open, close)
end