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:
parent
99becc5312
commit
30ad1743e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue