module EmojiWritable

Public Instance Methods

vertical_bar_scale(count) click to toggle source
# File lib/enhanced_prompt/token/emoji_writable.rb, line 2
def vertical_bar_scale(count)
  '|' * count
end