# File lib/pry/commands/play.rb, line 27 def options(opt) CodeCollector.inject_options(opt) opt.on :open, '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.' opt.on :e, :expression=, 'Executes until end of valid expression', :as => Integer opt.on :p, :print, 'Prints executed code' end