summaryrefslogtreecommitdiff
path: root/lib/pry/commands/edit
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences of the Style/PerlBackrefs copKyrylo Silin2019-02-241-1/+1
* Fix Ruby 2.6 warning for Binding#source_locationTakashi Kokubun2018-12-111-1/+5
* Fix more warningsMatijs van Zuijlen2015-01-231-1/+1
* Inject _pry_ into Pry::EditorConrad Irwin2014-05-011-1/+1
* Move all hacking of rbx paths into Pry::CodeConrad Irwin2013-05-101-2/+0
* Move MethodPatcher to Method::PatcherConrad Irwin2013-03-271-115/+0
* rewrite definition line after editing methodConrad Irwin2013-03-271-13/+6
* Remove warnings [Fixes #869]Conrad Irwin2013-03-022-2/+2
* Edit::MethodPatcher: remove unnecessary assignmentJohn Mair2013-01-161-1/+1
* Thread.current -> Pry.currentJohn Mair2013-01-151-2/+2
* Improve Pry::Command::EditJohn Mair2013-01-103-18/+42
* Try to simplify edit.rbJohn Mair2013-01-093-71/+27
* MethodPatcher#with_method_transactions: alias --> alias_methodJohn Mair2013-01-021-12/+9
* bunch of random refactorings to different commandsJohn Mair2013-01-021-22/+37
* be brave, fully remove the 'edit-method' commandJohn Mair2013-01-011-2/+2
* edit command: extracted out ContextLocator classJohn Mair2012-12-312-5/+65
* edit command: extract out ExceptionPatcher, and clean up some codeJohn Mair2012-12-312-7/+34
* Merge remaining `edit-method` functionality into `edit`John Mair2012-12-311-0/+106