Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#create_dummy_makefileObject



5
6
7
8
9
10
# File 'ext/monitr/extconf.rb', line 5

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