module Bovem::ConsoleMethods::Logging::ClassMethods

Class methods for logging activities to the user.

Public Instance Methods

min_banner_length() click to toggle source

Returns the minimum length of a banner, not including brackets and leading spaces. @return [Fixnum] The minimum length of a banner.

# File lib/bovem/console.rb, line 286
def min_banner_length
  1
end