Kouji Takao

Results 17 issues of Kouji Takao

### Expected Behavior code -> ruby ```ruby def self.procedure(aRG1) move(aRG1) end ``` ### Actual Behavior ``` def self.procedure(aRG1) move(ARG1) end ``` First letter is still uppercase. ### Steps to Reproduce...

bug
gui

ファイルメニューに用意する想定。 プロジェクトのIDを入力するとそれを開くようにする。リミックス的な位置づけ。 本当はアップロードしたりしたいけど、それはまた今度。

gui

use `Opal.Parser.CurrentRuby.$parse_with_comments()`.

gui

for example, commented each `move(10 * (10 - 5))` nodes. now, generate below. ```ruby # move ( ) steps # * # - move(10 * (10 - 5)) ``` in...

gui