1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

"Fix" build on 1.8 by avoiding method_source flakiness

This commit is contained in:
Ryan Fitzgerald 2012-12-09 20:27:04 -08:00
parent 3f9f8bbee4
commit 2bb3bbfb1b

View file

@ -6,8 +6,8 @@ class Pry
:doc => ['gist -d my_method', 'gist the docs for my_method' ],
:input => ['gist -i 1..2', 'gist the input expressions from 1 to 2' ],
:kommand => ['gist -k show-method', 'gists pry command show-method' ],
:class => ['gist -c Pry', 'gist the Pry class' ],
:jist => ['jist -c Pry', 'alias for the above' ],
:class => ['gist -c Pry::Method', 'gist the Pry::Method class' ],
:jist => ['jist -c Pry::Method', 'alias for the above' ],
:lines => ['gist -m my_method --lines 2..-2', 'limit by range' ],
:cliponly => ['gist -m my_method --clip', 'copy (but do not gist)' ],
:clipit => ['clipit -m my_method', 'alias for the above' ],