summaryrefslogtreecommitdiff
path: root/lib/pry/commands/edit.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-3/+1
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* rubocop: fix offences of the Style/GuardClause copKyrylo Silin2019-03-231-8/+6
* rubocop: fix offences of the Style/IfInsideElse copKyrylo Silin2019-03-231-9/+7
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-231-11/+11
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-3/+0
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-28/+55
* rubocop: fix offences of the Style/RegexpLiteral copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/NegatedIf copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-021-3/+1
* rubocop: fix offences of the Style/EmptyCaseCondition copKyrylo Silin2019-03-011-4/+3
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-271-165/+167
* rubocop: fix the Layout/MultilineOperationIndentation copKyrylo Silin2019-02-251-1/+2
* rubocop: fix offences of the Layout/IndentationWidth copKyrylo Silin2019-02-251-1/+4
* rubocop: fix offences of Layout/AlignParameters copKyrylo Silin2019-02-241-4/+4
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-1/+1
* ring: rewrite the class to improve APIKyrylo Silin2018-10-211-1/+1
* Rename '{input/output}_array' to '{input/output}_ring'Kyrylo Silin2018-10-201-3/+3
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-3/+3
* Push full edit command contents to history, enabling up-and-enter actionJack Kinsella2018-03-251-0/+1
* use Integer instead of `1.class`robert2017-06-131-1/+1
* fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-031-1/+1
* Methods defined in console can be repeatedly editedJosh Cheek2014-08-101-1/+1
* Methods previously patched will be patched in future editsJosh Cheek2014-08-101-2/+6
* Inject _pry_ into Pry::EditorConrad Irwin2014-05-011-3/+3
* remove all `Bond` references from pry. rel #1180Robert Gleeson2014-03-251-4/+0
* update 'gist' command to use _pry_.config.gist.inspecterRobert Gleeson2014-02-071-1/+1
* update 'edit' command to use _pry_.config.disable_auto_reloadRobert Gleeson2014-02-071-1/+1
* Fix bug in edit regarding file names with path but no suffixJonas Arvidsson2014-01-251-1/+1
* Ignore -n and disable_auto_reload in tempfile casesRyan Fitzgerald2013-07-261-10/+3
* Remove broken requireConrad Irwin2013-03-301-1/+0
* Modify methods using Pry::Method#redefineConrad Irwin2013-03-281-1/+1
* Allow Pry::Method::Patcher to work without _pry_Conrad Irwin2013-03-281-1/+1
* Rename Pry::Commands::Edit::MethodPatcher to Pry::Method::PatcherConrad Irwin2013-03-271-1/+1
* Use load instead of eval [Fixes #880]Conrad Irwin2013-03-221-1/+1
* improve help for 'edit' commandJohn Mair2013-01-181-3/+4
* edit: ensure 'edit --ex' always edits the exceptionJohn Mair2013-01-151-1/+5
* Edit: handle blanks in filenames correctlyKyrylo Silin2013-01-141-6/+3
* edit: Add example for `--ex --patch` combinationKyrylo Silin2013-01-121-7/+4
* edit command: add --method optionJohn Mair2013-01-111-26/+30
* Improve Pry::Command::EditJohn Mair2013-01-101-33/+9
* Prettify command descriptions, switches and stuffKyrylo Silin2013-01-091-16/+19
* oops, forgot to remove context_locator requireJohn Mair2013-01-091-1/+0
* Try to simplify edit.rbJohn Mair2013-01-091-4/+50
* Pry::Command::Edit: renamed some methods to improve grokkabilityJohn Mair2013-01-031-11/+11
* edit command: extracted out ContextLocator classJohn Mair2012-12-311-47/+9
* edit command: extract out ExceptionPatcher, and clean up some codeJohn Mair2012-12-311-37/+26
* improve edit command's docsJohn Mair2012-12-311-46/+51
* Merge remaining `edit-method` functionality into `edit`John Mair2012-12-311-98/+12
* edit command now supports -p for methodsJohn Mair2012-12-311-6/+116