damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

incorrect syntax in new Ruby script template #163

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

What device(s) are you experiencing the problem on?

  Motorola Cliq MB200

What firmware version are you running on the device?

  1.5

What steps will reproduce the problem?
1. Open SL4A on Android device.
2. Menu -> Add -> JRuby-1.4 to start editing a new script.

What is the expected output? What do you see instead?

  expected:

require "android";
droid = Android.new

  actual:

require "android";
droid = Droid.new

What version of the product are you using? On what operating system?

  SL4A r3 on Android 1.5

Original issue reported on code.google.com by apotheon on 4 Mar 2011 at 5:06

Copied from original issue: damonkohler/android-scripting#527

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Can I just get a confirmation that this is needed?

Original comment by rjmatthews62 on 17 Mar 2011 at 10:38