summaryrefslogtreecommitdiff
path: root/spec/code_object_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* spec/code_object: fix broken 'class method lookup' testKyrylo Silin2019-06-151-2/+4
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* code_object_spec: refactor to modern syntax; make more legibleKyrylo Silin2019-03-161-207/+292
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-4/+7
* rubocop: fix offences of the Style/EmptyMethod copKyrylo Silin2019-03-011-6/+3
* Add .rspec and require 'helper' from thereKyrylo Silin2018-11-181-2/+0
* rubocop: fix offences of the Layout/EmptyLinesAroundArguments copKyrylo Silin2018-11-041-1/+0
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-4/+4
* specs: convert to shoulds to expectsKyrylo Silin2015-03-101-45/+45
* Fix some warningsMatijs van Zuijlen2015-01-231-28/+32
* Stop using compatibility aliases for Pry.configConrad Irwin2014-05-011-4/+4
* allow for tests to be run with ease.Robert Gleeson2014-03-141-1/+1
* Show method docs for Foo() and class docs for FooDanielle Sucher2013-09-061-1/+7
* Pry::CodeObject: remove unnecessary 'target' parameterJohn Mair2013-01-111-22/+40
* module_candidate.rb improved class lookup regexJohn Mair2012-12-271-2/+34
* Refactor 'command_lookup'Kyrylo Silin2012-12-271-11/+9
* Ensure nil doesn't freak out `#find_command`Kyrylo Silin2012-12-271-15/+26
* Pry::CodeObject, allow lookups for methods of the form: local#methodJohn Mair2012-12-221-0/+24
* migrating show-source over to new Pry::CodeObject APIJohn Mair2012-12-201-0/+10
* added ability to extract an implicit object from binding when no string is givenJohn Mair2012-12-201-0/+38
* started code_object stuffJohn Mair2012-12-201-0/+146