Sha256: c1253bc8fbd1de1017d4a8219b66fa7ee8f9e2baea53f44b66521c6484159af1
Contents?: true
Size: 285 Bytes
Versions: 3
Compression:
Stored size: 285 Bytes
Contents
module Locomotive module Plugin # This module add helpers for using js3 (JavaScript on the Server Side) module JS3 # The js3 context # # @return a V8 context object def js3_context Locomotive::Plugins.js3_context end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
locomotive_plugins-1.2.0 | lib/locomotive/plugin/js3.rb |
locomotive_plugins-1.1.1 | lib/locomotive/plugin/js3.rb |
locomotive_plugins-1.1.0 | lib/locomotive/plugin/js3.rb |