Method: Less::JavaScript::RhinoContext.instance
- Defined in:
- lib/less/java_script/rhino_context.rb
.instance ⇒ Object
17 18 19 |
# File 'lib/less/java_script/rhino_context.rb', line 17 def self.instance return new # NOTE: for Rhino a context should be kept open per thread ! end |