ruboto/ruboto

View on GitHub
lib/ruboto/description.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Ruboto
  DESCRIPTION = <<EOF
Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
Android using the Ruby language and libraries.  It includes support libraries
and generators for creating projects, classes, tests, and more.  The complete
APIs of Android, Java, and Ruby are available to you using the Ruby language.
EOF
end