Top Level Namespace

Defined Under Namespace

Modules: Base64, Benchmark, Enumerable, FileUtils, Forwardable, Gem, JS, JSON, Kernel, Nashorn, Native, NodeJS, Observable, Racc, RbConfig, SecureRandom, SingleForwardable, Singleton, SourceMap, YAML Classes: Array, BigDecimal, Boolean, Buffer, Class, Console, Date, Delegator, Dir, ERB, File, Hash, IO, MatchData, Module, Mutex, NilClass, Numeric, Object, OpenStruct, PP, Pathname, Proc, Promise, Regexp, Set, SimpleDelegator, String, StringIO, StringScanner, Struct, Template, Thread, ThreadError, Time

Constant Summary

Queue =
Thread::Queue
RUBY_EXE =

required for mspec it would appear

'bundle exec exe/opal'
NodeRepl =
Native(`OpalNode.node_require('repl')`)
ParseError =
Racc::ParseError
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