Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more careful about separating out the rbx-only regexes | Ryan Fitzgerald | 2013-07-27 | 1 | -6/+6 |
| | |||||
* | Remove colons from rbx regexps, separate from generic ones | Ryan Fitzgerald | 2013-07-27 | 1 | -4/+19 |
| | |||||
* | Fix 'assigned but unused variable' warning | Jack Nagel | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Basic ruby-2.0 support | Conrad Irwin | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Allow embedded documents in incomplete expressions [Fixes pry#622] | Conrad Irwin | 2012-07-02 | 1 | -0/+2 |
| | | | | Also import complete_expression? tests from Pry. | ||||
* | properly documented :consume parameter | John Mair | 2012-07-02 | 1 | -5/+11 |
| | |||||
* | define a consume parameter for expression_at and extract_first_expression | John Mair | 2012-06-29 | 1 | -5/+11 |
| | | | | | | When consume is > 0 it prefills the expression buffer with `consume` lines of input. This enables you to rapidly check a large chunk of code for validity as you skip over the initial portion you know is valid without having to perform an expensive eval() on each line. | ||||
* | Import some CodeHelpers from Pry. | Conrad Irwin | 2012-06-03 | 1 | -0/+125 |
The hope is that they can live in this gem permanently, and Pry can also include MethodSource::CodeHelpers in the relevant places. |