F8@:>  ;] q5   **00I0*3BCDC !!**9  :00*3FGHG##e **00Q70&0Q7 0'0Q*3JK.L0K   1m%%  **07*05* 0*3NO PORTR !m))U **0,079 ":0,00*3XY$Z&Y#$#$%'++ **07.9 ":007* 9 ":00 005*9 &:/000*3\]^6]8`QbS`''(')*'+,T..  **0*0*0*0* 0*0*0*0*0* 0*" 0*$ 0*( 0** 0*- 0*3 &2&>-J2V8bBnFzJNX\c\-./0111111111115#%$%$**9 :9  :+*9  2:9   :0*3e2f4e35%'''* +3 ((((('% -m0123456789:;<=>?@ABCD)E!#FGH%.IJKLM+NOPQRSTUVWXYv1#Ev1#P/home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/pry-0.12.2/lib/pry/commands/play.rbEv1#
Ev1# Ev1# Ev1#playEv1#EditingEv1#;Playback a string variable, method, line, or file as input.Ev1#( Usage: play [OPTIONS] [--help] The play command enables you to replay code from files and methods as if they were entered directly in the Pry REPL. play --lines 149..153 # assumes current context play -i 20 --lines 1..3 # assumes lines of the input expression at 20 play -o 4 # the output of an expression at 4 play Pry#repl -l 1..-1 # play the contents of Pry#repl method play -e 2 # play from specified line until end of valid expression play hello.rb # play a file play Rakefile -l 5 # play line 5 of a file play -d hi # play documentation of hi method play hi --open # play hi method and leave it open https://github.com/pry/pry/wiki/User-Input#wiki-Play v1# Ev1#optionsv1#ZEv1#Plays the selected content except the last line. Useful for replaying methods and leaving the method definition "open". `amend-line` can then be used to modify the method.v1#[v1#\Ev1#&Executes until end of valid expressionv1#]v1#^Ev1#Prints executed codev1#_v1#Ev1#processv1#Ev1# perform_playEv1# fix-indentv1#Ev1# show_inputEv1# show-inputv1#Ev1#content_after_options v1#`av1#bv1#!Ev1#content_at_expressionv1##Ev1# code_objectv1#%Ev1#should_use_default_file?v1#cv1#dv1#)Ev1#contentv1#+Ev1# default_fileEv1#__FILE__v1#.Ev1# file_contentEv1#File does not exist! File was: Ev1#PryEv1#CommandEv1# ClassCommandEv1#PlayEv1# CodeCollectorEv1#IntegerEv1#optEv1#inject_optionsEv1#onEv1#@ccEv1#argsEv1#optsEv1#_pry_Ev1#newEv1# eval_stringEv1#<