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

Don't interpolate on ? or $ [Fixes #835]

This commit is contained in:
Conrad Irwin 2013-01-29 23:47:15 -08:00
parent 99becc5312
commit 30ad1743e2

View file

@ -2,7 +2,7 @@ class Pry
class Command::ShowInfo < Pry::ClassCommand
extend Pry::Helpers::BaseHelpers
command_options :shellwords => false
command_options :shellwords => false, :interpolate => false
command_options :requires_gem => "ruby18_source_location" if mri_18?
def setup