Top Level Namespace

Defined Under Namespace

Modules: Concurrent

Constant Summary collapse

EXTENSION_NAME =
'extension'

Instance Method Summary collapse

Instance Method Details

#create_dummy_makefileObject



8
9
10
11
12
13
# File 'ext/concurrent/extconf.rb', line 8

def create_dummy_makefile
  File.open('Makefile', 'w') do |f|
    f.puts 'all:'
    f.puts 'install:'
  end
end