Top Level Namespace
Defined Under Namespace
Modules: Base64, Benchmark, Enumerable, FileUtils, Forwardable, Gem, JSON, Kernel, Math, Minitest, Native, NodeJS, Observable, Racc, RbConfig, SecureRandom, SingleForwardable, Singleton, SourceMap, Test, YAML Classes: Array, Boolean, Buffer, Class, Date, Delegator, Dir, ERB, Encoding, File, Hash, MatchData, MockExpectationError, Module, Mutex, NilClass, Numeric, Object, OpenStruct, Pathname, Proc, Process, Promise, Regexp, Set, Signal, SimpleDelegator, String, StringIO, StringScanner, Struct, Template, Thread, ThreadError, Time
Constant Summary
- Queue =
Thread::Queue
- RUBY_NAME =
required for mspec it would appear
'opal'
- RUBY_EXE =
'opal'
- RUBY_PATCHLEVEL =
"327"
- NodeRepl =
Native(`OpalNode.node_require('repl')`)
- MiniTest =
Minitest
- ARGV =
`process.argv.slice(2)`
- ENV =
Object.new
Instance Method Summary collapse
Instance Method Details
#DelegateClass(superklass) ⇒ Object
27 28 29 |
# File 'opal/stdlib/delegate.rb', line 27 def DelegateClass(superklass) SimpleDelegator end |