Skip to content

Commit

Permalink
[Truffle] Raise exceptions for the remaining Readline methods we don'…
Browse files Browse the repository at this point in the history
…t yet support.
  • Loading branch information
nirvdrum committed May 23, 2016
1 parent bd78cba commit 7f39cb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/ruby/truffle/truffle/readline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,22 @@ module Readline
completer_word_break_characters
completer_word_break_characters=
completion_append_character
completion_append_character=
completion_case_fold
completion_case_fold=
completion_proc
completion_proc=
emacs_editing_mode
emacs_editing_mode?
filename_quote_characters
filename_quote_characters=
point=
pre_input_hook
pre_input_hook=
redisplay
set_screen_size
special_prefixes
special_prefixes=
vi_editing_mode
vi_editing_mode?
set_screen_size
Expand Down

0 comments on commit 7f39cb1

Please sign in to comment.