Method: Byebug::InfoCommand::FileCommand.description
- Defined in:
- lib/byebug/commands/info/file.rb
.description ⇒ Object
23 24 25 26 27 28 29 30 31 32 |
# File 'lib/byebug/commands/info/file.rb', line 23 def self.description <<-DESCRIPTION inf[o] f[ile] #{short_description} It informs about file name, number of lines, possible breakpoints in the file, last modification time and sha1 digest. DESCRIPTION end |