com.googlecode.android_scripting.language
Class RubyLanguage

java.lang.Object
  extended by com.googlecode.android_scripting.language.Language
      extended by com.googlecode.android_scripting.language.RubyLanguage

public class RubyLanguage
extends Language

Represents the Ruby programming language.

Author:
igor.v.karp@gmail.com (Igor Karp)

Constructor Summary
RubyLanguage()
           
 
Method Summary
 
Methods inherited from class com.googlecode.android_scripting.language.Language
autoClose, getContentTemplate, getRpcText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyLanguage

public RubyLanguage()