jruby-1.6.7 - JRuby - Ruby for the JVM - Part 5

Q

JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM.

JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of .rb files, but a few that depend on C language-based extensions have been reimplemented. Some are still missing, but we hope to implement as many as is feasible.

JAR File Size and Download Location:

File name: jruby.jar, jruby-1.6.7.jar
File size: 10017442 bytes
Date modified: 22-Feb-2012
Download: JRuby - Ruby for the JVM

✍: FYIcenter.com

A

List of Classes in the JAR:

<< Previous part
org/jruby/ext/posix/POSIXTypeMapper
org/jruby/ext/posix/Passwd
org/jruby/ext/posix/Solaris64FileStat
org/jruby/ext/posix/SolarisHeapFileStat
org/jruby/ext/posix/SolarisLibC
org/jruby/ext/posix/SolarisPOSIX
org/jruby/ext/posix/SolarisPasswd
org/jruby/ext/posix/Timeval
org/jruby/ext/posix/UTimBuf64
org/jruby/ext/posix/WindowsChildRecord
org/jruby/ext/posix/WindowsFileStat
org/jruby/ext/posix/WindowsLibC
org/jruby/ext/posix/WindowsLibCFunctionMapper
org/jruby/ext/posix/WindowsPOSIX
org/jruby/ext/posix/WindowsProcessInformation
org/jruby/ext/posix/WindowsSecurityAttributes
org/jruby/ext/posix/WindowsStartupInfo
org/jruby/ext/posix/util/Chmod
org/jruby/ext/posix/util/ExecIt
org/jruby/ext/posix/util/FieldAccess
org/jruby/ext/posix/util/Finder
org/jruby/ext/posix/util/Platform
org/jruby/ext/posix/util/WindowsHelpers
org/jruby/ext/psych/PsychEmitter
org/jruby/ext/psych/PsychLibrary
org/jruby/ext/psych/PsychParser
org/jruby/ext/psych/PsychToRuby
org/jruby/ext/psych/PsychYamlTree
org/jruby/ext/socket/MulticastStateManager
org/jruby/ext/socket/RubyBasicSocket
org/jruby/ext/socket/RubyIPSocket
org/jruby/ext/socket/RubySocket
org/jruby/ext/socket/RubyTCPServer
org/jruby/ext/socket/RubyTCPSocket
org/jruby/ext/socket/RubyUDPSocket
org/jruby/ext/socket/RubyUNIXServer
org/jruby/ext/socket/RubyUNIXSocket
org/jruby/ext/socket/Shutdownable
org/jruby/ext/socket/SocketLibrary
org/jruby/ext/zlib/RubyZlib
org/jruby/ext/zlib/Zlib
org/jruby/ext/zlib/ZlibLibrary
org/jruby/internal/runtime/FutureThread
org/jruby/internal/runtime/GlobalVariable
org/jruby/internal/runtime/GlobalVariables
org/jruby/internal/runtime/NativeThread
org/jruby/internal/runtime/ReadonlyAccessor
org/jruby/internal/runtime/RubyRunnable
org/jruby/internal/runtime/ThreadLike
org/jruby/internal/runtime/ThreadService
org/jruby/internal/runtime/UndefinedAccessor
org/jruby/internal/runtime/ValueAccessor
org/jruby/internal/runtime/methods/AliasMethod
org/jruby/internal/runtime/methods/CallConfiguration
org/jruby/internal/runtime/methods/CompiledMethod
org/jruby/internal/runtime/methods/DefaultMethod
org/jruby/internal/runtime/methods/DelegatingDynamicMethod
org/jruby/internal/runtime/methods/DumpingInvocationMethodFactory
org/jruby/internal/runtime/methods/DynamicMethod
org/jruby/internal/runtime/methods/DynamicMethodFactory
org/jruby/internal/runtime/methods/Framing
org/jruby/internal/runtime/methods/FullFunctionCallbackMethod
org/jruby/internal/runtime/methods/InterpretedIRMethod
org/jruby/internal/runtime/methods/InterpretedMethod
org/jruby/internal/runtime/methods/InvocationMethodFactory
org/jruby/internal/runtime/methods/JavaMethod
org/jruby/internal/runtime/methods/JittedMethod
org/jruby/internal/runtime/methods/MethodArgs
org/jruby/internal/runtime/methods/MethodArgs2
org/jruby/internal/runtime/methods/MethodMethod
org/jruby/internal/runtime/methods/MethodMissingMethod
org/jruby/internal/runtime/methods/ProcMethod
org/jruby/internal/runtime/methods/ProfilingDynamicMethod
org/jruby/internal/runtime/methods/ReflectedCompiledMethod
org/jruby/internal/runtime/methods/ReflectedJavaMethod
org/jruby/internal/runtime/methods/ReflectedJavaMultiMethod
org/jruby/internal/runtime/methods/ReflectionMethodFactory
org/jruby/internal/runtime/methods/Scoping
org/jruby/internal/runtime/methods/SimpleCallbackMethod
org/jruby/internal/runtime/methods/SynchronizedDynamicMethod
org/jruby/internal/runtime/methods/TraceableInterpretedMethod
org/jruby/internal/runtime/methods/TraceableJittedMethod
org/jruby/internal/runtime/methods/UndefinedMethod
org/jruby/internal/runtime/methods/WrapperMethod
org/jruby/interpreter/InlineMethodHint
org/jruby/interpreter/Interpreter
org/jruby/interpreter/InterpreterContext
org/jruby/interpreter/NaiveInterpreterContext
org/jruby/java/addons/ArrayJavaAddons
org/jruby/java/addons/IOJavaAddons
org/jruby/java/addons/KernelJavaAddons
org/jruby/java/addons/StringJavaAddons
org/jruby/java/codegen/RealClassGenerator
org/jruby/java/codegen/Reified
org/jruby/java/dispatch/CallableSelector
org/jruby/java/invokers/ConstructorInvoker
org/jruby/java/invokers/FieldMethodOne
org/jruby/java/invokers/FieldMethodZero
org/jruby/java/invokers/InstanceFieldGetter
org/jruby/java/invokers/InstanceFieldSetter
org/jruby/java/invokers/InstanceMethodInvoker
org/jruby/java/invokers/MethodInvoker
org/jruby/java/invokers/RubyToJavaInvoker
org/jruby/java/invokers/SingletonMethodInvoker
org/jruby/java/invokers/StaticFieldGetter
org/jruby/java/invokers/StaticFieldSetter
org/jruby/java/invokers/StaticMethodInvoker
org/jruby/java/proxies/ArrayJavaProxy
org/jruby/java/proxies/ArrayJavaProxyCreator
org/jruby/java/proxies/ConcreteJavaProxy
org/jruby/java/proxies/InterfaceJavaProxy
org/jruby/java/proxies/JavaInterfaceTemplate
org/jruby/java/proxies/JavaProxy
org/jruby/java/proxies/MapJavaProxy
org/jruby/java/proxies/RubyObjectHolderProxy
org/jruby/javasupport/Java
org/jruby/javasupport/JavaAccessibleObject
org/jruby/javasupport/JavaArray
org/jruby/javasupport/JavaArrayUtilities
org/jruby/javasupport/JavaCallable
org/jruby/javasupport/JavaClass
org/jruby/javasupport/JavaConstructor
org/jruby/javasupport/JavaEmbedUtils
org/jruby/javasupport/JavaField
org/jruby/javasupport/JavaMethod
org/jruby/javasupport/JavaObject
org/jruby/javasupport/JavaProxyMethods
org/jruby/javasupport/JavaSupport
org/jruby/javasupport/JavaUtil
org/jruby/javasupport/JavaUtilities
org/jruby/javasupport/ParameterTypes
org/jruby/javasupport/bsf/BSFExample
org/jruby/javasupport/bsf/JRubyEngine
org/jruby/javasupport/proxy/InternalJavaProxy
org/jruby/javasupport/proxy/InternalJavaProxyHelper
org/jruby/javasupport/proxy/JavaProxyClass
org/jruby/javasupport/proxy/JavaProxyClassFactory
org/jruby/javasupport/proxy/JavaProxyConstructor
org/jruby/javasupport/proxy/JavaProxyInvocationHandler
org/jruby/javasupport/proxy/JavaProxyMethod
org/jruby/javasupport/proxy/JavaProxyReflectionObject
org/jruby/javasupport/util/ObjectProxyCache
org/jruby/javasupport/util/RuntimeHelpers
org/jruby/lexer/JavaSignatureLexer
org/jruby/lexer/yacc/ByteArrayLexerSource
org/jruby/lexer/yacc/HeredocTerm
org/jruby/lexer/yacc/ISourcePosition
org/jruby/lexer/yacc/ISourcePositionHolder
org/jruby/lexer/yacc/InputStreamLexerSource
org/jruby/lexer/yacc/KeywordMatch
org/jruby/lexer/yacc/LexerSource
org/jruby/lexer/yacc/RubyYaccLexer
org/jruby/lexer/yacc/SimplePositionFactory
org/jruby/lexer/yacc/SimpleSourcePosition
org/jruby/lexer/yacc/StackState
org/jruby/lexer/yacc/StrTerm
org/jruby/lexer/yacc/StringTerm
org/jruby/lexer/yacc/SyntaxException
org/jruby/lexer/yacc/Token
org/jruby/libraries/BigDecimalLibrary
org/jruby/libraries/DigestLibrary
org/jruby/libraries/EnumeratorLibrary
org/jruby/libraries/EtcLibrary
org/jruby/libraries/FcntlLibrary
org/jruby/libraries/IConvLibrary
org/jruby/libraries/IOWaitLibrary
org/jruby/libraries/JRubyLibrary
org/jruby/libraries/JRubySerializationLibrary
org/jruby/libraries/MD5
org/jruby/libraries/NKFLibrary
org/jruby/libraries/NetProtocolBufferedIOLibrary
org/jruby/libraries/RMD160
org/jruby/libraries/RbConfigLibrary
org/jruby/libraries/SHA1
org/jruby/libraries/SHA2
org/jruby/libraries/StringIOLibrary
org/jruby/libraries/StringScannerLibrary
org/jruby/libraries/TempfileLibrary
org/jruby/libraries/ThreadLibrary
org/jruby/management/BeanManager
org/jruby/management/BeanManagerFactory
org/jruby/management/BeanManagerImpl
org/jruby/management/ClassCache
org/jruby/management/ClassCacheMBean
org/jruby/management/Config
org/jruby/management/ConfigMBean
org/jruby/management/MethodCacheMBean
org/jruby/management/ParserStats
org/jruby/management/ParserStatsMBean
org/jruby/management/Runtime
org/jruby/management/RuntimeMBean
org/jruby/org/objectweb/asm/AnnotationVisitor
org/jruby/org/objectweb/asm/AnnotationWriter
org/jruby/org/objectweb/asm/Attribute
org/jruby/org/objectweb/asm/ByteVector
org/jruby/org/objectweb/asm/ClassAdapter
org/jruby/org/objectweb/asm/ClassReader
org/jruby/org/objectweb/asm/ClassVisitor
org/jruby/org/objectweb/asm/ClassWriter
org/jruby/org/objectweb/asm/Edge
org/jruby/org/objectweb/asm/FieldVisitor
org/jruby/org/objectweb/asm/FieldWriter
org/jruby/org/objectweb/asm/Frame
org/jruby/org/objectweb/asm/Handler
org/jruby/org/objectweb/asm/Item
org/jruby/org/objectweb/asm/Label
org/jruby/org/objectweb/asm/MethodAdapter
org/jruby/org/objectweb/asm/MethodVisitor
org/jruby/org/objectweb/asm/MethodWriter
org/jruby/org/objectweb/asm/Opcodes
org/jruby/org/objectweb/asm/Type
org/jruby/org/objectweb/asm/commons/AdviceAdapter
org/jruby/org/objectweb/asm/commons/AnalyzerAdapter
org/jruby/org/objectweb/asm/commons/CodeSizeEvaluator
org/jruby/org/objectweb/asm/commons/EmptyVisitor
org/jruby/org/objectweb/asm/commons/GeneratorAdapter
org/jruby/org/objectweb/asm/commons/InstructionAdapter
org/jruby/org/objectweb/asm/commons/JSRInlinerAdapter
org/jruby/org/objectweb/asm/commons/LocalVariablesSorter
org/jruby/org/objectweb/asm/commons/Method
org/jruby/org/objectweb/asm/commons/Remapper
org/jruby/org/objectweb/asm/commons/RemappingAnnotationAdapter
org/jruby/org/objectweb/asm/commons/RemappingClassAdapter
org/jruby/org/objectweb/asm/commons/RemappingFieldAdapter
org/jruby/org/objectweb/asm/commons/RemappingMethodAdapter
org/jruby/org/objectweb/asm/commons/RemappingSignatureAdapter
org/jruby/org/objectweb/asm/commons/SerialVersionUIDAdder
org/jruby/org/objectweb/asm/commons/SimpleRemapper
org/jruby/org/objectweb/asm/commons/StaticInitMerger
org/jruby/org/objectweb/asm/commons/TableSwitchGenerator
org/jruby/org/objectweb/asm/commons/TryCatchBlockSorter
org/jruby/org/objectweb/asm/signature/SignatureReader
org/jruby/org/objectweb/asm/signature/SignatureVisitor
org/jruby/org/objectweb/asm/signature/SignatureWriter
org/jruby/org/objectweb/asm/tree/AbstractInsnNode
org/jruby/org/objectweb/asm/tree/AnnotationNode
org/jruby/org/objectweb/asm/tree/ClassNode
org/jruby/org/objectweb/asm/tree/FieldInsnNode
org/jruby/org/objectweb/asm/tree/FieldNode
org/jruby/org/objectweb/asm/tree/FrameNode
org/jruby/org/objectweb/asm/tree/IincInsnNode
org/jruby/org/objectweb/asm/tree/InnerClassNode
org/jruby/org/objectweb/asm/tree/InsnList
org/jruby/org/objectweb/asm/tree/InsnNode
org/jruby/org/objectweb/asm/tree/IntInsnNode
org/jruby/org/objectweb/asm/tree/JumpInsnNode
org/jruby/org/objectweb/asm/tree/LabelNode
org/jruby/org/objectweb/asm/tree/LdcInsnNode
org/jruby/org/objectweb/asm/tree/LineNumberNode
org/jruby/org/objectweb/asm/tree/LocalVariableNode
org/jruby/org/objectweb/asm/tree/LookupSwitchInsnNode
org/jruby/org/objectweb/asm/tree/MemberNode
org/jruby/org/objectweb/asm/tree/MethodInsnNode
org/jruby/org/objectweb/asm/tree/MethodNode
org/jruby/org/objectweb/asm/tree/MultiANewArrayInsnNode
org/jruby/org/objectweb/asm/tree/TableSwitchInsnNode
org/jruby/org/objectweb/asm/tree/TryCatchBlockNode
org/jruby/org/objectweb/asm/tree/TypeInsnNode
org/jruby/org/objectweb/asm/tree/VarInsnNode
org/jruby/org/objectweb/asm/tree/analysis/Analyzer
org/jruby/org/objectweb/asm/tree/analysis/AnalyzerException
org/jruby/org/objectweb/asm/tree/analysis/BasicInterpreter
org/jruby/org/objectweb/asm/tree/analysis/BasicValue
org/jruby/org/objectweb/asm/tree/analysis/BasicVerifier
org/jruby/org/objectweb/asm/tree/analysis/Frame
org/jruby/org/objectweb/asm/tree/analysis/Interpreter
org/jruby/org/objectweb/asm/tree/analysis/SimpleVerifier
org/jruby/org/objectweb/asm/tree/analysis/SmallSet
org/jruby/org/objectweb/asm/tree/analysis/SourceInterpreter
org/jruby/org/objectweb/asm/tree/analysis/SourceValue
org/jruby/org/objectweb/asm/tree/analysis/Subroutine
org/jruby/org/objectweb/asm/tree/analysis/Value
org/jruby/org/objectweb/asm/util/ASMifiable
org/jruby/org/objectweb/asm/util/ASMifierAbstractVisitor
org/jruby/org/objectweb/asm/util/ASMifierAnnotationVisitor
org/jruby/org/objectweb/asm/util/ASMifierClassVisitor
org/jruby/org/objectweb/asm/util/ASMifierFieldVisitor
org/jruby/org/objectweb/asm/util/ASMifierMethodVisitor
org/jruby/org/objectweb/asm/util/AbstractVisitor
org/jruby/org/objectweb/asm/util/CheckAnnotationAdapter
org/jruby/org/objectweb/asm/util/CheckClassAdapter
org/jruby/org/objectweb/asm/util/CheckFieldAdapter
org/jruby/org/objectweb/asm/util/CheckMethodAdapter
org/jruby/org/objectweb/asm/util/CheckSignatureAdapter
org/jruby/org/objectweb/asm/util/TraceAbstractVisitor
org/jruby/org/objectweb/asm/util/TraceAnnotationVisitor
org/jruby/org/objectweb/asm/util/TraceClassVisitor
org/jruby/org/objectweb/asm/util/TraceFieldVisitor
org/jruby/org/objectweb/asm/util/TraceMethodVisitor
org/jruby/org/objectweb/asm/util/TraceSignatureVisitor
org/jruby/org/objectweb/asm/util/Traceable
org/jruby/parser/BlockStaticScope
org/jruby/parser/DefaultRubyParser
org/jruby/parser/EvalStaticScope
org/jruby/parser/JavaSignatureParser
org/jruby/parser/LocalStaticScope
org/jruby/parser/Parser
org/jruby/parser/ParserConfiguration
org/jruby/parser/ParserState
org/jruby/parser/ParserSupport
org/jruby/parser/ParserSupport19
org/jruby/parser/ParserSyntaxException
org/jruby/parser/ReOptions
org/jruby/parser/Ruby19Parser
org/jruby/parser/Ruby19YyTables
org/jruby/parser/RubyParser
org/jruby/parser/RubyParserPool
org/jruby/parser/RubyParserResult
org/jruby/parser/StaticScope
org/jruby/parser/Tokens
org/jruby/parser/YyTables
org/jruby/platform/Platform
org/jruby/runtime/Arity
org/jruby/runtime/Binding
org/jruby/runtime/Block
org/jruby/runtime/BlockBody
org/jruby/runtime/BlockCallback
org/jruby/runtime/CallBlock
org/jruby/runtime/CallBlock19
org/jruby/runtime/CallSite
org/jruby/runtime/CallType
org/jruby/runtime/CallbackFactory
org/jruby/runtime/ClassIndex
org/jruby/runtime/CompiledBlock
org/jruby/runtime/CompiledBlock19
org/jruby/runtime/CompiledBlockCallback
org/jruby/runtime/CompiledBlockCallback19
org/jruby/runtime/CompiledBlockLight
org/jruby/runtime/CompiledBlockLight19
org/jruby/runtime/CompiledSharedScopeBlock
org/jruby/runtime/Constants
org/jruby/runtime/ContextAwareBlockBody
org/jruby/runtime/DynamicScope
org/jruby/runtime/EventHook
org/jruby/runtime/ExecutionContext
org/jruby/runtime/Frame
org/jruby/runtime/GlobalVariable
org/jruby/runtime/IAccessor
org/jruby/runtime/Interpreted19Block
org/jruby/runtime/InterpretedBlock
org/jruby/runtime/InterpretedIRBlockBody
org/jruby/runtime/MethodBlock
org/jruby/runtime/MethodFactory
org/jruby/runtime/MethodIndex
org/jruby/runtime/NullBlockBody
org/jruby/runtime/ObjectAllocator
org/jruby/runtime/ObjectMarshal
org/jruby/runtime/ObjectSpace
org/jruby/runtime/PositionAware
org/jruby/runtime/ReadonlyGlobalVariable
org/jruby/runtime/RubyEvent
org/jruby/runtime/SharedScopeBlock
org/jruby/runtime/ThreadContext
org/jruby/runtime/Visibility
org/jruby/runtime/assigner/Assigner
org/jruby/runtime/assigner/Pre0Rest0Post0Assigner
org/jruby/runtime/assigner/Pre0Rest0Post0BlockAssigner
org/jruby/runtime/assigner/Pre0Rest1Post0Assigner
org/jruby/runtime/assigner/Pre0Rest1Post0BlockAssigner
org/jruby/runtime/assigner/Pre1ExpandedRest0Post0Assigner
org/jruby/runtime/assigner/Pre1ExpandedRest0Post0BlockAssigner
org/jruby/runtime/assigner/Pre1Rest0Post0Assigner
org/jruby/runtime/assigner/Pre1Rest0Post0BlockAssigner
org/jruby/runtime/assigner/Pre1Rest1Post0Assigner
org/jruby/runtime/assigner/Pre1Rest1Post0BlockAssigner
org/jruby/runtime/assigner/Pre2Rest0Post0Assigner
org/jruby/runtime/assigner/Pre2Rest0Post0BlockAssigner
org/jruby/runtime/assigner/Pre2Rest1Post0Assigner
org/jruby/runtime/assigner/Pre2Rest1Post0BlockAssigner
org/jruby/runtime/assigner/Pre3Rest0Post0Assigner
org/jruby/runtime/assigner/Pre3Rest0Post0BlockAssigner
org/jruby/runtime/assigner/Pre3Rest1Post0Assigner
org/jruby/runtime/assigner/Pre3Rest1Post0BlockAssigner
org/jruby/runtime/assigner/PreManyRest0Post0Assigner
org/jruby/runtime/assigner/PreManyRest0Post0BlockAssigner
org/jruby/runtime/assigner/PreManyRest1Post0Assigner
org/jruby/runtime/assigner/PreManyRest1Post0BlockAssigner
org/jruby/runtime/backtrace/BacktraceData
org/jruby/runtime/backtrace/BacktraceElement
org/jruby/runtime/backtrace/FrameType
org/jruby/runtime/backtrace/RubyStackTraceElement
org/jruby/runtime/backtrace/TraceType
org/jruby/runtime/builtin/IRubyObject
org/jruby/runtime/builtin/InstanceVariables
org/jruby/runtime/builtin/InternalVariables
org/jruby/runtime/builtin/RubyJavaObject
org/jruby/runtime/builtin/Variable
org/jruby/runtime/callback/Callback
org/jruby/runtime/callback/DumpingInvocationCallbackFactory
org/jruby/runtime/callback/FastInvocationCallback
org/jruby/runtime/callback/InvocationCallback
org/jruby/runtime/callback/InvocationCallbackFactory
org/jruby/runtime/callback/ReflectionCallback
org/jruby/runtime/callback/ReflectionCallbackFactory
org/jruby/runtime/callsite/ArefCallSite
org/jruby/runtime/callsite/AsetCallSite
org/jruby/runtime/callsite/BitAndCallSite
org/jruby/runtime/callsite/BitOrCallSite
org/jruby/runtime/callsite/CacheEntry
org/jruby/runtime/callsite/CachingCallSite
Next part >>

2012-03-22, 4243🔥, 0💬