Top Level Namespace
- Extended by:
- IO::Writable
Defined Under Namespace
Modules: Comparable, Enumerable, Errno, Kernel, Marshal, Math, Opal, __JS__ Classes: ArgumentError, Array, BasicObject, Boolean, Class, Complex, Dir, Encoding, Enumerator, Exception, File, Float, FloatDomainError, GC, Hash, IO, IOError, IndexError, Integer, Interrupt, KeyError, LoadError, LocalJumpError, MatchData, Method, Module, NameError, NilClass, NoMemoryError, NoMethodError, NotImplementedError, Number, Numeric, Object, Proc, Process, Range, RangeError, Rational, Regexp, RegexpError, RuntimeError, ScriptError, SecurityError, Signal, SignalException, StandardError, StopIteration, String, Struct, SyntaxError, SystemCallError, SystemExit, Time, TypeError, UnboundMethod, UncaughtThrowError, ZeroDivisionError
Constant Summary
- STDERR =
$stderr = IO.new
- STDIN =
$stdin = IO.new
- STDOUT =
$stdout = IO.new
- NIL =
nil- Fixnum =
Number- Symbol =
String- TrueClass =
Boolean- FalseClass =
Boolean- TRUE =
true- FALSE =
false- RUBY_PLATFORM =
'opal'- RUBY_ENGINE =
'opal'- RUBY_VERSION =
'2.2.3'- RUBY_ENGINE_VERSION =
'0.9.0'- RUBY_RELEASE_DATE =
'2015-12-20'- RUBY_PATCHLEVEL =
0- RUBY_REVISION =
0- RUBY_COPYRIGHT =
'opal - Copyright (C) 2013-2015 Adam Beynon'- RUBY_DESCRIPTION =
"opal #{RUBY_ENGINE_VERSION} (#{RUBY_RELEASE_DATE} revision #{RUBY_REVISION})"- ARGV =
[]
- ARGF =
Object.new
- ENV =
{}