我正在尝试运行一个 ruby 处理文件
vishrut@vishrut-XPS-L501X:~/Twitter-Emotion-Graphs/samples/contributed$ rp5 run sand_traveler.rb
undefined method `current' for Processing::App:Class
./sand_traveler.rb:63:in `initialize'
./sand_traveler.rb:43:in `reset_all'
org/jruby/RubyFixnum.java:256:in `times'
./sand_traveler.rb:40:in `reset_all'
./sand_traveler.rb:22:in `setup'
/var/lib/gems/1.8/gems/ruby-processing-1.0.11/lib/ruby-processing/app.rb:211:in `handleDraw'
sand_traveler.rb 的上下文和代码:http: //ashkenas.com/codework/ruby-processing.html
我很确定所有必要的模块都已安装(java、ruby、ruby-processing)我能够使用 rp5 运行其他其他 ruby-processing .rb 文件。只有这个显示错误。
PS:文件位置重要吗?该文件在我的主文件夹中。