Module: TerminalFormattingSupport

Included in:
Regexp::Template
Defined in:
lib/terminal/terminal_formatting_support.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/terminal/terminal_formatting_support.rb', line 3

def self.included(base)
  @terminal = Terminal.new()
end