index
:
delta/ruby-gems/pry.git
0-10-stable
0-10-stable-windows-fix
0-11-stable
0-9-11-stable
0-9-12-defer-readline
0-9-12-stable
1316-xdg-history
1369-blank-prefix-fix
1452-show-source-fix
1804-jruby-source-location
1824-frozen-string-literal
1889-truffle-ruby-support
1991-output-winsize-fix
2185-pager-bug-fix
663-plugin-management
add-clear-screen-command
backup-master
base-helpers-backport
basicobj-inspect
changelog
changelog-next-version
circleci
color-printer-refactoring
command-global-state
command-refactoring
config-code-format
configuration-refactoring
control-d-handler-removal
control-d-ruby-3-friendly
copyrights
eastereggs/music
exception-handler-refactoring
extend-command-bundle-removal
extensible-prompts
feature/explicit_block
feature/pipe-syntax
feature/pipes
feature/plugin-class
feature/pryrc_repl
feature/save-source
fix-957
fix-jruby-head-build
gem-deps-cleanup
hacks
improve_basic_object_support
include-text-module
inline-restore-default-behaviour
issue-1633
list-prompts
make-global-config-greppable
master
master-backup-18-oct-2017
minitest-bacon
more-rubocop-fixes
possible-release-sha
prompt-api
prompt-commands
prompt-simpler-api
pry-and-fakefs
pry-configure
pry-gem-extraction
pry-helpers
pry-lazy
pryfork-deprecate
randomize-tests
rbx-removal
readme-rework
refactor/dont-throwaway-pry-instance
refactor/optimize_prefix
remove-global-config
remove_mri18_support
require-relative-cli
require_relative
respond_to-2.4-warnings
revert-1404-add-pwd
rubocop
rubocop-fixes
rubocop-fixes-4
rubocop-lint-ambiguous-block-assosication
show-source-doc-examples-refactoring
snowman-prompt
test-suite-silence-warnings
universal-architecture
update-pryrepl-org-refs
use-bundle-exec-in-rakefile
use-bundler-quiet-instead-of-monkey-patch
v0.11.0.pre
v0.12.x
v0.13.x
wip.refactor.callbacks
wip.refactor.decompose_repl
wip.refactor.repl
wip.refactor.repl.amc
wip.show-source-doc-super-kw-support
github.com: pry/pry.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
method_spec.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
rubocop: fix offences of the Style/EvalWithLocation cop
Kyrylo Silin
2019-03-23
1
-2
/
+8
*
rubocop: fix offences of the Metrics/LineLength cop
Kyrylo Silin
2019-03-03
1
-28
/
+71
*
rubocop: fix offences of the Style/WordArray cop
Kyrylo Silin
2019-03-02
1
-1
/
+1
*
rubocop: fix offences of the Style/RedundantParentheses cop
Kyrylo Silin
2019-03-02
1
-1
/
+1
*
rubocop: fix offences of the Style/EmptyMethod cop
Kyrylo Silin
2019-03-01
1
-4
/
+2
*
rubocop: fix offences of the Style/EmptyLiteral cop
Kyrylo Silin
2019-03-01
1
-1
/
+1
*
rubocop: fix offences of the Style/BracesAroundHashParameters cop
Kyrylo Silin
2019-02-27
1
-2
/
+2
*
rubocop: fix offences of the Style/Alias cop
Kyrylo Silin
2019-02-27
1
-2
/
+2
*
rubocop: fix offences of the Layout/SpaceInsideHashLiteralBraces cop
Kyrylo Silin
2019-02-26
1
-3
/
+3
*
rubocop: fix offences of the Layout/FirstParameterIndentation cop
Kyrylo Silin
2019-02-25
1
-4
/
+5
*
rubocop: fix the Layout/EmptyLinesAroundAccessModifier cop
Kyrylo Silin
2019-02-25
1
-0
/
+3
*
rubocop: fix offences of the Layout/AccessModifierIndentation cop
Kyrylo Silin
2019-02-24
1
-1
/
+7
*
Add .rspec and require 'helper' from there
Kyrylo Silin
2018-11-18
1
-1
/
+0
*
rubocop: fix ofences of the Style/BlockDelimiters cop
Kyrylo Silin
2018-11-18
1
-8
/
+8
*
rubocop: fix offences regarding spaces
Kyrylo Silin
2018-11-04
1
-31
/
+31
*
rubocop: fix offences of the Layout/EmptyLinesAroundArguments cop
Kyrylo Silin
2018-11-04
1
-1
/
+0
*
rubocop: fix offences of the Layout/EmptyLines cop
Kyrylo Silin
2018-11-04
1
-1
/
+0
*
rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop
rubocop-lint-ambiguous-block-assosication
Kyrylo Silin
2018-10-16
1
-7
/
+24
*
rubocop: fix offences of the Layout/EmptyLineBetweenDefs cop
Kyrylo Silin
2018-10-14
1
-9
/
+46
*
rubocop: fix offences of the Style/HashSyntax cop
Kyrylo Silin
2018-10-13
1
-1
/
+1
*
rubocop: fix offences of the Layout/ExtraSpacing cop
Kyrylo Silin
2018-10-13
1
-4
/
+4
*
Drop support for Rubinius
Kyrylo Silin
2018-10-07
1
-20
/
+14
*
get this bitch working on rubies that dont support keyword args
John Mair
2018-02-23
1
-2
/
+2
*
move definitions into specs
John Mair
2018-02-23
1
-2
/
+2
*
Wrap 2.1 specific specs (keyword args) in 2.1 version check guard
John Mair
2018-02-23
1
-14
/
+17
*
unit tests
Chase
2018-02-21
1
-0
/
+43
*
fix 2.4 warning in specs about deprecated constant (Fixnum).
robert
2017-06-03
1
-1
/
+2
*
specs: convert to shoulds to expects
Kyrylo Silin
2015-03-10
1
-65
/
+66
*
Rename helper spec: singleton_class(arg) -> eigenclass(arg)
John Mair
2015-02-16
1
-6
/
+8
*
Fix JRuby-specific warnings
Matijs van Zuijlen
2015-01-23
1
-3
/
+3
*
Fix some warnings
Matijs van Zuijlen
2015-01-23
1
-70
/
+70
*
Switch test suite to RSpec
Josh Cheek
2014-08-10
1
-9
/
+9
*
allow for tests to be run with ease.
Robert Gleeson
2014-03-14
1
-1
/
+1
*
Disable spec to work around rubinius/rubinius#2871
remove_mri18_support
Ryan Fitzgerald
2014-01-19
1
-6
/
+9
*
Remove support for 1.8-compatible versions of Ruby
Ryan Fitzgerald
2014-01-19
1
-18
/
+12
*
undo whitespace changes
Conrad Irwin
2013-12-11
1
-1
/
+1
*
method_spec.rb fixed
Deepender
2013-12-11
1
-2
/
+1
*
issue 998 test added
Deepender
2013-12-11
1
-1
/
+14
*
spec/method_spec.rb: cleanup Object after method addition
Kyrylo Silin
2013-11-22
1
-0
/
+4
*
Stat now supports top-level method aliases
Aldric Giacomoni
2013-11-15
1
-0
/
+12
*
Refactor Pry::Method + add Pry::Method::WeirdMethodLocator
John Mair
2013-02-02
1
-7
/
+24
*
Pry::Method.from_str() can no longer raise an exception
John Mair
2012-12-22
1
-1
/
+4
*
Rename for tabcompletion-friendliness.
☈king
2012-11-15
1
-0
/
+462