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