Add true condition Reline

This commit is contained in:
Nobuyoshi Nakada 2019-06-02 12:21:09 +09:00 committed by aycabta
parent 06a25344d9
commit d04ebc57f2
2 changed files with 12 additions and 9 deletions

View file

@ -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