Top Level Namespace

Defined Under Namespace

Modules: RGeo

Instance Method Summary collapse

Instance Method Details

#create_dummy_makefileObject


Makefile builder for GEOS wrapper




6
7
8
# File 'ext/geos_c_impl/extconf.rb', line 6

def create_dummy_makefile
  ::File.open("Makefile", "w") { |f_| f_.write(".PHONY: install\ninstall:\n") }
end