Changeset 1789

Show
Ignore:
Timestamp:
11/19/07 18:39:55 (6 years ago)
Author:
cho45
Message:

lang/ruby/chokan/trunk/plugins/eval.rb:

デフォルトの eval prefix を変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/chokan/trunk/plugins/eval.rb

    r377 r1789  
    88        def initialize(config, chokan) 
    99                super 
    10                 @prefix = @config["prefix"] || "  " 
     10                @prefix = @config["prefix"] || "ruby " 
    1111        end 
    1212