Module: Bovem::ConsoleMethods::Logging::ClassMethods

Defined in:
lib/bovem/console.rb

Overview

Class methods for logging activities to the user.

Instance Method Summary (collapse)

Instance Method Details

- (Fixnum) min_banner_length

Returns the minimum length of a banner, not including brackets and leading spaces.

Returns:

  • (Fixnum)

    The minimum length of a banner.



285
286
287
# File 'lib/bovem/console.rb', line 285

def min_banner_length
  1
end