diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/irb.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Mar 13 05:49:29 2013 Eric Hodel <[email protected]> + + * lib/irb.rb: Fix typo + Tue Mar 12 22:20:47 2013 Nobuyoshi Nakada <[email protected]> * compile.c (iseq_set_arguments, iseq_compile_each): support required diff --git a/lib/irb.rb b/lib/irb.rb index 72ebe1bd35..3f54849cba 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -101,7 +101,7 @@ STDOUT.sync = true # IRB.conf[:USE_TRACER] = false # IRB.conf[:IGNORE_SIGINT] = true # IRB.conf[:IGNORE_EOF] = false -# IRB.conf[:PROMPT_MODE] = :DEFALUT +# IRB.conf[:PROMPT_MODE] = :DEFAULT # IRB.conf[:PROMPT] = {...} # IRB.conf[:DEBUG_LEVEL]=0 # |