Top Level Namespace

Defined Under Namespace

Modules: BindingOfCaller Classes: Binding

Instance Method Summary collapse

Instance Method Details

#fake_makefileObject



1
2
3
4
5
# File 'ext/binding_of_caller/extconf.rb', line 1

def fake_makefile
  File.open(File.join(File.dirname(__FILE__), "Makefile"), "w") {|f|
    f.puts %[install:\n\techo "Nada."]
  }
end