Kyrylo Silin
04d4f424e3
rubocop: fix offences regarding spaces
...
Fixes offences of the following cops:
* Layout/SpaceAroundEqualsInParameterDefault
* Layout/SpaceAroundOperators
* Layout/SpaceBeforeBlockBraces
* Layout/SpaceInsideBlockBraces
2018-11-04 17:34:24 +08:00
Kyrylo Silin
dcb8c46150
rubocop: fix offences of the Lint/StringConversionInInterpolation
2018-10-16 04:49:13 +08:00
strcmp
623306966b
fix #1438
...
[ci skip]
2015-08-17 15:08:32 +01:00
yui-knk
e99ae3df08
Fix yard documentation warnings( fix #1163 )
2014-03-16 23:54:45 +09:00
Conrad Irwin
ad655b7384
Method::Patcher should preserve method visibility
...
(Works around https://github.com/rubinius/rubinius/issues/2248 )
2013-03-30 17:42:46 -07:00
Conrad Irwin
28d0905eb6
Move cache reading into Pry::Code for consistency
...
This necessitates ensuring that the wrapping doesn't add any newlines
2013-03-28 01:05:55 -07:00
Conrad Irwin
29397efb37
Modify methods using Pry::Method#redefine
...
I considered calling redefine source=, but Pry::Method objects are not
designed to be mutable.
2013-03-28 01:02:13 -07:00
Conrad Irwin
da1283b000
s/code_object/method
2013-03-28 00:25:50 -07:00
Conrad Irwin
e43daac85c
Allow Pry::Method::Patcher to work without _pry_
2013-03-28 00:25:50 -07:00
Conrad Irwin
f2bdd33ef0
Rename Pry::Commands::Edit::MethodPatcher to Pry::Method::Patcher
2013-03-27 23:39:44 -07:00
Conrad Irwin
a7c85d7882
Move MethodPatcher to Method::Patcher
2013-03-27 23:12:56 -07:00