Module: Bovem::ConsoleMethods::Logging::ClassMethods
- Defined in:
- lib/bovem/console.rb
Overview
Class methods for logging activities to the user.
Instance Method Summary (collapse)
-
- (Fixnum) min_banner_length
Returns the minimum length of a banner, not including brackets and leading spaces.
Instance Method Details
- (Fixnum) min_banner_length
Returns the minimum length of a banner, not including brackets and leading spaces.
285 286 287 |
# File 'lib/bovem/console.rb', line 285 def 1 end |