# File lib/termtter/system_extensions.rb, line 36
    def self.rl_parse_and_bind(str)
      LIBREADLINE.rl_parse_and_bind(str.to_s)
    end