Actions
致命的 #663
closedRuby1.9.3でSyntaxErrorが出る
Start date:
2014-05-07
Due date:
% Done:
0%
プラグイン名:
Description
Ruby1.9.3で起動すると、ラムダ式の新記法でSyntaxErrorが出ます。
/home/osak/app/mikutter/core/miquire_plugin.rb:138:in `load': /home/osak/app/mikutter/core/plugin/core.rb:27: syntax error, unexpected tLPAREN_ARG, expecting keyword_do_LAMBDA or tLAMBEG (SyntaxError) -> (messages){
どうも
->
と (
の間に空白があるとだめみたいです。
Updated by Osamu Koga over 10 years ago
- Assignee set to toshi_a 初音
軽微な修正なのと、ブランチが作れないのでそのままpushしました。
確認お願いします。
Actions