Method: Rhino::Context#factory
- Defined in:
- lib/rhino/context.rb
#factory ⇒ Object
Returns the ContextFactory used while creating this context.
113 114 115 |
# File 'lib/rhino/context.rb', line 113 def factory @native.getFactory end |