注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
コマンドシステムは、 pry が持つ他の REPL とは異なる面白い特徴です。 Invoking commands 通常の shel... コマンドシステムは、 pry が持つ他の REPL とは異なる面白い特徴です。 Invoking commands 通常の shell コマンドなどと同様に、コマンド名と必要なオプションなどを渡して呼び出します。 $ pry [1] pry(main)> ls self.methods: inspect to_s locals: _ __ _dir_ _ex_ _file_ _in_ _out_ _pry_ [2] pry(main)> hoge = "hoge" => "hoge" [3] pry(main)> hige = "hige"e" => "hige" [4] pry(main)> ls -l hoge = "hoge" hige = "hige" [7] pry(main)> help Help help Show a list of commands or informat
2015/03/15 リンク