module Antimony

Constants

ANSI_REGEX

Constants

EMPTY
ENTER
ESCAPE
H
LINE
LOG_SEPARATOR
RECEIVE_OPTS
SCREEN_SEPARATOR
SEMICOLON
SPACE
TAB

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/antimony.rb, line 24
def self.configuration
  @configuration ||= Antimony::Config.new.tap { |config| config.show_output = false }
end
configure() { |configuration| ... } click to toggle source
# File lib/antimony.rb, line 28
def self.configure
  yield configuration if block_given?
end