Class: Rhino::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/rhino/config.rb

Overview

Configuration options used internally such as multithread and multiprocess. Can be accessed via the global.

Usage:

Rhino.config

Instance Attribute Summary collapse

Instance Attribute Details

#multiprocessObject

Returns the value of attribute multiprocess.



11
12
13
# File 'lib/rhino/config.rb', line 11

def multiprocess
  @multiprocess
end

#multithreadObject

Returns the value of attribute multithread.



10
11
12
# File 'lib/rhino/config.rb', line 10

def multithread
  @multithread
end

#run_onceObject

Returns the value of attribute run_once.



12
13
14
# File 'lib/rhino/config.rb', line 12

def run_once
  @run_once
end