Module Airbrussh
In: lib/airbrussh.rb
lib/airbrussh/version.rb
lib/airbrussh/log_file_formatter.rb
lib/airbrussh/command_formatter.rb
lib/airbrussh/delegating_formatter.rb
lib/airbrussh/formatter.rb
lib/airbrussh/console_formatter.rb
lib/airbrussh/colors.rb
lib/airbrussh/rake/context.rb
lib/airbrussh/capistrano/tasks.rb
lib/airbrussh/console.rb
lib/airbrussh/configuration.rb

This is the formatter class that conforms to the SSHKit Formatter API and provides the airbrussh functionality to SSHKit. Note however that this class doesn‘t do much by itself; instead, it delegates to the ConsoleFormatter and (optionally) the LogFileFormatter, which handle the bulk of the logic.

Methods

Classes and Modules

Module Airbrussh::Capistrano
Module Airbrussh::Colors
Module Airbrussh::Rake
Class Airbrussh::CommandFormatter
Class Airbrussh::Configuration
Class Airbrussh::Console
Class Airbrussh::ConsoleFormatter
Class Airbrussh::DelegatingFormatter
Class Airbrussh::Formatter
Class Airbrussh::LogFileFormatter

Constants

VERSION = "1.3.1".freeze

Public Class methods

[Validate]