brgmnn/sandboxy

View on GitHub
lib/sandboxy/ui.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sandboxy::UI
  PROGRESS_BAR_OPTIONS = {
    progress_str: '#',
    width: 80,
    incomplete_str: '.',
    title: ''
  }.freeze
end