Sha256: 41078de696ab3287d750fa79a56e7dacb0115354c6475365062f5ffc18cfe1af

Contents?: true

Size: 223 Bytes

Versions: 23

Compression:

Stored size: 223 Bytes

Contents

module Johnson #:nodoc:
  module SpiderMonkey #:nodoc:
    class Context # native
      def initialize(runtime, options={})
        @runtime = runtime
        initialize_native(runtime, options)
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
johnson-1.1.1 lib/johnson/spidermonkey/context.rb
johnson-1.1.2 lib/johnson/spidermonkey/context.rb
johnson-1.1.0 lib/johnson/spidermonkey/context.rb