Sha256: cfcefa9f5f6657da8bc39499059c6f396897f964f6d10660e1f773133106ed7c

Contents?: true

Size: 174 Bytes

Versions: 6

Compression:

Stored size: 174 Bytes

Contents

# frozen_string_literal: true

require 'ffi'

module Puma
  module JRubyRestart
    extend FFI::Library
    ffi_lib 'c'
    attach_function :chdir, [:string], :int
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
puma-6.6.0-java lib/puma/jruby_restart.rb
puma-6.6.0 lib/puma/jruby_restart.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/puma-6.5.0/lib/puma/jruby_restart.rb
puma-6.5.0-java lib/puma/jruby_restart.rb
puma-6.5.0 lib/puma/jruby_restart.rb
jun-puma-1.0.0-java lib/puma/jruby_restart.rb