All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haml-3.0.25.ext.extconf.rb Maven / Gradle / Ivy

The newest version!
root = File.expand_path("../..", __FILE__)
File.open(File.expand_path("lib/haml/root.rb", root), "w") do |f|
  f << <<-RUBY
module Haml
  ROOT_DIR = #{root.inspect}
end
  RUBY
end

File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(exit 0)") }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy