Sha256: dfcd70e8912e819eaa83b5ccae321aaa0cdd155cc393428c0be798ab1f873143
Contents?: true
Size: 514 Bytes
Versions: 7
Compression:
Stored size: 514 Bytes
Contents
# -*- coding: utf-8 -*- # Copyright (C) 2011 Rocky Bernstein <rockyb@rubyforge.net> require_relative '../base/subcmd' class Trepan::Subcommand::ShowReload < Trepan::ShowBoolSubcommand unless defined?(SHORT_HELP) Trepanning::Subcommand.set_name_prefix(__FILE__, self) HELP = "Show whether to reread source text when it changes" MIN_ABBREV = 're'.size end end if __FILE__ == $0 # Demo it. require_relative '../../mock' cmd = MockDebugger::sub_setup(Trepan::Subcommand::ShowReload, false) end
Version data entries
7 entries across 7 versions & 1 rubygems