Method: Reline::Config#retrieve_string
- Defined in:
- lib/reline/config.rb
#retrieve_string(str) ⇒ Object
337 338 339 340 |
# File 'lib/reline/config.rb', line 337 def retrieve_string(str) str = $1 if str =~ /\A"(.*)"\z/ parse_keyseq(str).map { |c| c.chr(Reline.encoding_system_needs) }.join end |