Sha256: 0c86bedf3246b254543deb046beb5d715a1c0db86e5742dca674a1923ba190da
Contents?: true
Size: 239 Bytes
Versions: 6
Compression:
Stored size: 239 Bytes
Contents
require 'thor' module Lono::Markdown # Override stdout as an @io object so we can grab the text written normally # outputted to the shell. class Shell < Thor::Shell::Basic def stdout @io ||= StringIO.new end end end
Version data entries
6 entries across 6 versions & 1 rubygems