summaryrefslogtreecommitdiff
path: root/lib/pry/commands/save_file.rb
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-231-1/+1
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-2/+0
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-271-42/+44
* Update show-file docs☈king2013-01-111-6/+6
* Prettify command descriptions, switches and stuffKyrylo Silin2013-01-091-9/+11
* Pry::Command::CodeCollector: replace module inclusion with delegationJohn Mair2013-01-091-12/+8
* Reimplemented play, save-file with Pry::Command::CodeCollectorJohn Mair2013-01-091-68/+29
* Convert all commands to classesKyrylo Silin2012-12-271-2/+5
* save-file should print "success" message, if a file was savedMichael Bensoussan2012-11-071-0/+1
* Restore groups, convert most commands to class syntaxRyan Fitzgerald2012-08-111-1/+4
* Remove extended_commands, default_commands -> commandsRyan Fitzgerald2012-08-111-0/+95