summaryrefslogtreecommitdiff
path: root/lib/pry/method
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences of the Lint/StringConversionInInterpolationKyrylo Silin2018-10-161-1/+1
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-142-0/+3
* method/disowned: delete unused 'binding' parameterKyrylo Silin2018-10-141-1/+1
* rubocop: fix offences of the Lint/UnusedMethodArgument copKyrylo Silin2018-10-141-1/+1
* Drop support for RubiniusKyrylo Silin2018-10-071-5/+4
* fix #1471, fix #1621 (#1689)r-obert2017-11-111-5/+16
* fix #1438strcmp2015-08-171-3/+0
* Avoid loop in weird method locatorJuan Barreneche2015-03-171-1/+3
* Fix some warningsMatijs van Zuijlen2015-01-231-0/+1
* Remove deprecation warning for File.exists?Javier Alvarez2014-06-121-1/+1
* Fix yard documentation warnings(fix #1163)yui-knk2014-03-161-2/+2
* Method::Patcher should preserve method visibilityConrad Irwin2013-03-301-1/+2
* Move cache reading into Pry::Code for consistencyConrad Irwin2013-03-281-4/+4
* Modify methods using Pry::Method#redefineConrad Irwin2013-03-281-11/+6
* s/code_object/methodConrad Irwin2013-03-281-19/+19
* Allow Pry::Method::Patcher to work without _pry_Conrad Irwin2013-03-281-5/+19
* Rename Pry::Commands::Edit::MethodPatcher to Pry::Method::PatcherConrad Irwin2013-03-271-2/+2
* Move MethodPatcher to Method::PatcherConrad Irwin2013-03-271-0/+115
* check for directory? in WeirdMethodLocator#valid_file? prevents crash under j...Patrick Ritchie2013-03-051-1/+1
* Refactor Pry::Method + add Pry::Method::WeirdMethodLocatorJohn Mair2013-02-022-0/+239