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

#min_banner_lengthFixnum

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

Returns:

  • (Fixnum)

    The minimum length of a banner.



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

def min_banner_length
  1
end