Sha256: 8fcbc87e70cd5e10f1600d21cc88946988741f4d8aa8a26ec6fc7747357505d4
Contents?: true
Size: 249 Bytes
Versions: 255
Compression:
Stored size: 249 Bytes
Contents
require 'thor' module Jets::Commands::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
255 entries across 255 versions & 4 rubygems