mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Add true condition Reline
This commit is contained in:
parent
06a25344d9
commit
d04ebc57f2
2 changed files with 12 additions and 9 deletions
|
@ -143,6 +143,7 @@ class Reline::Config
|
|||
when 'version'
|
||||
else # application name
|
||||
condition = true if args == 'Ruby'
|
||||
condition = true if args == 'Reline'
|
||||
end
|
||||
unless @skip_section.nil?
|
||||
@if_stack << @skip_section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue